Skip to content

Releases: PhilipsHue/flutter_reactive_ble

v2.1.0

22 Apr 11:00
6555f1f
Compare
Choose a tag to compare
  • Improve documentation of public API
  • Fix for write without response on iOS
  • Add support for newer Flutter versions. Remove support for FLutter lower than v1.10

v2.0.0

09 Mar 18:04
d723ec1
Compare
Choose a tag to compare

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

20 Feb 15:38
38280ab
Compare
Choose a tag to compare
  • Add RSSI value to discovered device results
  • Improved parsing of UUIDs
  • Small improvements

Prevent app from crashing on clearing Gatt cache

04 Feb 07:30
e633095
Compare
Choose a tag to compare
Merge pull request #9 from PhilipsHue/bugfix/run-clear-gatt-cache-on-…

…mainthread

observe result of cleargattcache  on main thread

Small improvements

04 Feb 07:29
4d6998f
Compare
Choose a tag to compare

Improved example app

Initial version

04 Feb 07:28
a326fa9
Compare
Choose a tag to compare
Merge pull request #7 from PhilipsHue/cosmetic-fixes

minor cosmetic fixes