Releases: chipweinberger/flutter_blue_plus
Releases · chipweinberger/flutter_blue_plus
1.31.6
- [Feature] add
cancelWhenScanComplete
convenience function
1.31.5
- [Improve] Updated README & Example app
1.31.4
- [Fix] iOS: mtu and auto connect are incompatible
1.31.3
- [Fix]
adapterState.first
&connectionState.first
dont work (regression 1.30.7)
1.31.2
- [Fix] Gradle 7 (Flutter 2) would not build (regression 1.7.6)
1.31.1
- [Fix] iOS: scan filters were doing nothing (regression 1.31.0)
1.31.0
This release adds support for multiple scan filters at the same time.
- [Feature] iOS: support multiple scan filters at the same time
1.30.9
- [Improve] assert: fbp currently only supprts a single
scan
filter at a time
1.30.8
- [Improve] android: discoverServices: add
subscribeToServicesChanged
option
1.30.7
- [Fix]
autoConnect
not always working (bug in 1.30.0) - [Feature] add
device.isAutoConnectEnabled
- [Improve] perf:
NewStreamWithInitialValue
dont useasBroadcastStream