flutter_blue 0.2.4 flutter_blue: ^0.2.4 copied to clipboard
Bluetooth plugin for Flutter
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
startScan
renamed toscan
ScanResult
now returns aBluetoothDevice
connect
now takes aBluetoothDevice
and returns Stream- Added parameter
timeout
toconnect
- Automatic disconnect on deviceConnection.cancel()
0.2.1 #
- BREAKING CHANGE: removed
stopScan
from API, usescanSubscription.cancel()
instead - Automatically stops scan when
startScan
subscription is canceled (thanks to @brianegan) - Added
timeout
parameter 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.