Skip to content

Releases: chipweinberger/flutter_blue_plus

1.30.3

05 Dec 07:53
Compare
Choose a tag to compare
  • [Fix] android: connect crashes (regression in 1.30.0)

1.30.2

05 Dec 01:16
Compare
Choose a tag to compare
  • [Improve] auto connect: clean up some rough edges in the api

1.30.1

05 Dec 00:34
Compare
Choose a tag to compare
  • [Revert] auto connect: remove setAutoConnect function added in 1.30.0 and go back to using connect:autoConnect parameter

1.30.0

05 Dec 00:06
Compare
Choose a tag to compare

This release greatly improves autoconnect support on Android, and adds iOS support.

  • [Improve] android: auto connect is no longer canceled when bluetooth is turned off
  • [Fix] android: deadObjectExceptions when bluetooth is turned off

1.29.13

04 Dec 20:12
Compare
Choose a tag to compare
  • [Improve] android: add delay before requestMtu is called to work around discoverServices timeout

1.29.12

04 Dec 07:29
Compare
Choose a tag to compare
  • [Fix] android: CALLBACK_TYPE_FIRST_MATCH causes scanning issues (regression in 1.27.0)
  • [Fix] android: withKeywords wasn't filtering out adverts that have no scan record (bug in original feature)

1.29.11

30 Nov 18:30
Compare
Choose a tag to compare
  • [Fix] android: remoteId was wrong (regression in 1.29.10)

1.29.10

30 Nov 18:20
Compare
Choose a tag to compare
  • [Fix] android: isNotifying was not updated (regression in 1.28.5)
  • [Improve] accidentally logging 'canceling connection in progress' every time

1.29.8

29 Nov 07:59
Compare
Choose a tag to compare
  • [Fix] android: crash due to wrong type cast (regression in 1.29.7)

1.29.7

28 Nov 20:12
Compare
Choose a tag to compare
  • [Fix] scan errors should be pushed to scanResults stream (bug in original flutter_blue)
  • [Fix] android: scan: when continuousUpdates is false, don't filter non-duplicate adverts (bug in original feature)
  • [Improve] make sure continuousDivisor only applies when continuousUpdates is true