Skip to content

Releases: chipweinberger/flutter_blue_plus

1.31.6

06 Jan 02:07
Compare
Choose a tag to compare
  • [Feature] add cancelWhenScanComplete convenience function

1.31.5

04 Jan 21:51
Compare
Choose a tag to compare
  • [Improve] Updated README & Example app

1.31.4

28 Dec 06:39
Compare
Choose a tag to compare
  • [Fix] iOS: mtu and auto connect are incompatible

1.31.3

25 Dec 17:24
Compare
Choose a tag to compare
  • [Fix] adapterState.first & connectionState.first dont work (regression 1.30.7)

1.31.2

22 Dec 22:00
Compare
Choose a tag to compare
  • [Fix] Gradle 7 (Flutter 2) would not build (regression 1.7.6)

1.31.1

22 Dec 09:45
Compare
Choose a tag to compare
  • [Fix] iOS: scan filters were doing nothing (regression 1.31.0)

1.31.0

22 Dec 04:35
Compare
Choose a tag to compare

This release adds support for multiple scan filters at the same time.

  • [Feature] iOS: support multiple scan filters at the same time

1.30.9

22 Dec 03:17
Compare
Choose a tag to compare
  • [Improve] assert: fbp currently only supprts a single scan filter at a time

1.30.8

22 Dec 03:17
Compare
Choose a tag to compare
  • [Improve] android: discoverServices: add subscribeToServicesChanged option

1.30.7

18 Dec 23:24
Compare
Choose a tag to compare
  • [Fix] autoConnect not always working (bug in 1.30.0)
  • [Feature] add device.isAutoConnectEnabled
  • [Improve] perf: NewStreamWithInitialValue dont use asBroadcastStream