Skip to content

Releases: chipweinberger/flutter_blue_plus

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

1.29.6

24 Nov 07:35
Compare
Choose a tag to compare
  • [Improve] default continuousDivisor should be 1
  • [Improve] continuousDivisor should be applied after scan filters

1.29.5

20 Nov 21:22
Compare
Choose a tag to compare
  • [Fix] iOS: 'service not found' if service supports short uuid (regression 1.28.5)
  • [Improve] android: handle turnOn user rejected

1.29.4

19 Nov 23:39
Compare
Choose a tag to compare
  • [Fix] characteristics with same UUID could return wrong properties or descriptors (regression in 1.20.4)

1.29.3

17 Nov 13:03
Compare
Choose a tag to compare
  • [Improve] more refinements to onScanResults