Skip to content

Releases: chipweinberger/flutter_blue_plus

1.32.9

15 Aug 16:34
Compare
Choose a tag to compare
  • [Feature] Android: add legacy scan option

1.32.8

14 Jun 05:53
Compare
Choose a tag to compare
  • [Fix] iOS: was not updating lastValueStream if withoutResponse:true

1.32.7

15 May 00:01
Compare
Choose a tag to compare
  • [Fix] android: last byte was cutoff for msd of same manufactuerId

1.32.6

12 May 23:46
Compare
Choose a tag to compare
  • [Fix] calling startScan multiple times in a row would fail

1.32.5

07 May 04:35
Compare
Choose a tag to compare
  • [Fix] android: support multiple MSD with the same manufacturer ID

1.32.4

19 Apr 09:59
Compare
Choose a tag to compare
  • [Improve] revert 1.32.3 (i.e. go back to 1.32.1 behavior)
  • [Fix] fix SCAN_FAILED_ALREADY_STARTED on android after adapter is turned off then on

1.32.3

19 Apr 08:28
Compare
Choose a tag to compare
  • [Improve] allow calling stopScan even if not currently scanning. (revert 1.32.1)

1.32.2

11 Apr 11:18
Compare
Choose a tag to compare
  • [Improve] iOS: fix warning about implicit conversion for showPowerAlert

1.32.1

02 Apr 23:13
Compare
Choose a tag to compare
  • [Fix] Android: scan failure was not being pushed to onError
  • [Improve] only stopScan if currently scanning. prevents 'could not find callback wrapper' log on Android

1.32.0

29 Mar 06:18
Compare
Choose a tag to compare
  • [Improve] update adapterState stream before connectionState streams, to improve autoconnect.