Skip to content

Commit

Permalink
Release 1.30.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Dec 22, 2023
1 parent b1086af commit 5696688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## 1.30.9
* **[Improve]** assert: fbp only supprts a single `scan` filter at a time

## 1.30.8
* **[Improve]** android: discoverServices: add `subscribeToServicesChanged` option

## 1.30.7
* **[Fix]** `autoConnect` not always working (bug in 1.30.0)
* **[Fix]** perf: `NewStreamWithInitialValue` was not closing its streams
* **[Feature]** add `device.isAutoConnectEnabled`
* **[Improve]** perf: `NewStreamWithInitialValue` dont use `asBroadcastStream`

## 1.30.6
* **[Improve]** ios log more detail
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_blue_plus
description: Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, and MacOS.
version: 1.30.8
version: 1.30.9
homepage: https://github.com/boskokg/flutter_blue_plus

environment:
Expand Down

0 comments on commit 5696688

Please sign in to comment.