Skip to content

Releases: chipweinberger/flutter_blue_plus

1.1.3

09 Apr 10:28
Compare
Choose a tag to compare
  • Read RSSI from a connected BLE device #1 (thanks to sophisticode)
  • Fixed a crash on Android OS 12 (added check for BLUETOOTH_CONNECT permission) (fixed by dspells)
  • Added BluetoothDevice constructor from id (MAC address) (thanks to tanguypouriel)
  • The previous version wasn't disconnecting properly and the device could be still connected under the hood as the cancel() was not called. (fixed by killalad)
  • dependencies update (min micro version updating)

1.1.2

24 Feb 19:45
Compare
Choose a tag to compare
  • Remove connect to BLE device after BLE device has disconnected #11 (fixed by sophisticode)
  • fixed Dart Analysis warnings

1.1.1

03 Feb 00:58
Compare
Choose a tag to compare
  • Copyright reverted to Paul DeMarco

1.1.0

31 Jan 04:09
Compare
Choose a tag to compare
  • Possible crash fix caused by wrong raw data (fixed by narrit)
  • Ios : try reconnect on unexpected disconnection (fixed by EB-Plum)
  • Android: Add missing break in switch, which causes exceptions (fixed by russelltg)
  • Android: Enforcing maxSdkVersion on the ACCESS_FINE_LOCATION permission will create issues for Android 12 devices that use location for purposes other than Bluetooth (such as using packages that actually need location). (fixed by rickcasson)

1.0.0

30 Jan 17:15
Compare
Choose a tag to compare

First release: code moved from flutter_blue fork