flutter_blue 0.3.2
flutter_blue: ^0.3.2 copied to clipboard
Bluetooth plugin for Flutter
0.3.2 #
- Runtime permissions for Android
scanwithServicesto filter by service UUID's (Android)- Scan mode can be specified (Android)
- Now targets the latest android SDK
- Dart 2 compatibility
0.3.1 #
- Now allows simultaneous notifications of characteristics
- Fixed bug on iOS that was returning
discoverServicestoo early
0.3.0 #
- iOS support added
- Bug fixed in example causing discoverServices to be called multiple times
- Various other bug fixes
0.2.4 #
- Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
0.2.3 #
- Bug fixes
0.2.2 #
- BREAKING CHANGES
startScanrenamed toscanScanResultnow returns aBluetoothDeviceconnectnow takes aBluetoothDeviceand returns Stream- Added parameter
timeouttoconnect - Automatic disconnect on deviceConnection.cancel()
0.2.1 #
- 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
0.2.0 #
- Added state and onStateChanged for BluetoothDevice
- Updated example to show new functionality
0.1.1 #
- Fixed image for pub.dartlang.org
0.1.0 #
- Characteristic notifications/indications.
- Merged in Guid library, removed from pubspec.yaml.
0.0.1 September 1st, 2017 #
- Initial Release.