Skip to content

Releases: dotintent/FlutterBleLib

v2.3.2

03 Feb 18:20
Compare
Choose a tag to compare

2.3.2

  • Fix lack of disconnection event on iOS if connection failed to be established

Migration to RxAndroidBle2

11 Dec 16:48
Compare
Choose a tag to compare

3.0.0-beta

v2.3.1

19 Nov 11:03
Compare
Choose a tag to compare

2.3.1

  • Fix connection timeout on iOS
  • Fix emitting current connection state on iOS
  • Update MBA to 0.1.7:
    • Fix lack of disconnection event on iOS when connection fails to be established
    • Fix not all errors being passed through onError callbacks on Android (thanks, @eliaslecomte)

v2.3.0: Merge pull request #512 from Polidea/release/2.3.0

25 Aug 12:24
10067a2
Compare
Choose a tag to compare

2.3.0

  • add BleManager.createUnsafePeripheral() to allow for connecting to known peripheral without launching scan first
    NOTE: this change will not work with BLEmulator below 1.2.0

v2.2.9: Release 2.2.9

24 Jul 16:50
12a0861
Compare
Choose a tag to compare
  • Fixed issue with incorrectly typed Stream

v2.2.8

17 Jul 14:53
Compare
Choose a tag to compare

2.2.8

  • Formatted all sources according to dartfmt for consistency

v2.2.7

17 Jul 14:31
Compare
Choose a tag to compare

2.2.7

  • Minor code style fixes. Adjusted device connection state monitoring.

v2.2.6

16 Jul 16:04
cedaee1
Compare
Choose a tag to compare

2.2.6

  • Fixed scan quick failures not being reported to the listener (race condition in scanning_mixin.dart)

v2.2.5: Release 2.2.5 (#476)

10 Jun 16:13
e0b4415
Compare
Choose a tag to compare

2.2.5

  • add missing handling of destroyClient call on iOS
  • fix race condition in ConnectionStateStreamHandler (thanks, @cbreezier!)
  • fix issue with picking incorrect characteristic on Android when there are multiple characteristics with the same UUID on the peripheral
  • update pubspec format to properly display supported platforms
  • fix messages in IllegalStateExceptions on Android

v2.2.4: Release 2.2.4 (#459)

07 May 09:51
7d55135
Compare
Choose a tag to compare
  • Fix issue where withResponse argument was always true when writing to a characteristic on iOS
  • Remove unnecessary file that was interfering with analyzer