Skip to content

Releases: chipweinberger/flutter_blue_plus

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

1.30.6

18 Dec 03:13
Compare
Choose a tag to compare
  • [Improve] ios log more detail
  • [Feature] add adapterStateNow getter

1.30.5

14 Dec 09:03
Compare
Choose a tag to compare
  • [Fix] iOS build error (regression 1.30.4)
  • [Fix] android autoConnect was broken (regression 1.30.1)

1.30.4

14 Dec 02:04
Compare
Choose a tag to compare
  • [Fix] Perf: must close adapterState, bondState & scanResults BufferStreams
  • [Improve] iOS: set kCBConnectOptionEnableAutoReconnect option
  • [Improve] requestMtu: add predelay argument
  • [Example] only call setState if mounted

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