Releases: PhilipsHue/flutter_reactive_ble
Releases · PhilipsHue/flutter_reactive_ble
v2.2.0
v2.1.0
v2.0.0
This version is introducing the following breaking changes:
- Add
requireLocationServicesEnabled
parameter to the BLE scan function to toggle the check for location services being enabled - Allow scanning for all BLE peripherals, filter using a list of service IDs (can be empty)
- Add manufacturer specific data to scan results (
DiscoveredDevice
) - Remove global RxJava error handler
Other improvements:
- Improve the example app
- Support hot reloading on iOS
Add RSSI to discovered device results
- Add RSSI value to discovered device results
- Improved parsing of UUIDs
- Small improvements
Prevent app from crashing on clearing Gatt cache
1.0.2 Merge pull request #9 from PhilipsHue/bugfix/run-clear-gatt-cache-on-…
Small improvements
Improved example app
Initial version
Merge pull request #7 from PhilipsHue/cosmetic-fixes minor cosmetic fixes