Releases: PhilipsHue/flutter_reactive_ble
Releases · PhilipsHue/flutter_reactive_ble
v2.6.1
- Prevent incorrect propagation of error in case observing BLE status fails.
v2.6.0
- Fix #125 Class
DiscoveredService
isn't exported.
- Set min supported iOS version to 11.
- Replace
RaisedButton
with ElevatedButton
in Example app
v2.5.3
- Fix #118 not sending disconnect update when device is disconnected on Android
- Fix pubspec sorting
v2.5.2
- Update Android protobuf and depedencies to support new Android sdk.
- Fix #114 Throwing faulty error when executing hot restart during scanning on Android.
v2.5.1
- Update Podfile to support new Flutter version
v2.5.0
- Add service discovery operation
- Fix #104 problems adding library to add-to-app on iOS
- Fix #105 handle devices changing name during scanning on Android
v2.4.0+1
- Fix #97 crash on notifications when device gets disconnected on Android
v2.4.0
- Fix device list layout in the example app
- Prefer
CBAdvertisementDataLocalName
over peripheral.name
on iOS
- Add consistent debug logging for both iOS and Android
v2.3.0
- Increase test coverage and improved architecture
- Fix for #73 scanForDevices stream should emit error
v2.2.0
- Upgrade dependencies
- Bump min Dart sdk version to 2.7