- Bug fixes
- BREAKING CHANGES
startScanrenamed toscanScanResultnow returns aBluetoothDeviceconnectnow takes aBluetoothDeviceand returns Stream- Added parameter
timeouttoconnect - Automatic disconnect on deviceConnection.cancel()
- BREAKING CHANGE: removed
stopScanfrom API, usescanSubscription.cancel()instead - Automatically stops scan when
startScansubscription is canceled (thanks to @brianegan) - Added
timeoutparameter tostartScan - Updated example app to show new scan functionality
- Added state and onStateChanged for BluetoothDevice
- Updated example to show new functionality
- Fixed image for pub.dartlang.org
- Characteristic notifications/indications.
- Merged in Guid library, removed from pubspec.yaml.
- Initial Release.