Skip to content

Commit

Permalink
Release quick_blue 0.5.0-dev.0
Browse files Browse the repository at this point in the history
Signed-off-by: wangkun <[email protected]>
  • Loading branch information
wangkun committed May 18, 2022
1 parent 80a7158 commit 973784e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions quick_blue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.0-dev.0] - 2022.5.18

- Fix discoverServices on Windows
- Fix TRANSPORT_LE on Android
- [BREAKING CHANGE] Add characteristics to OnServiceDiscoverd callback
- Add option to change platform instance

## [0.4.1+1] - 2022.3.22

- Add `manufacturerDataHead` & Refactor `manufacturerData` in BlueScanResult
Expand Down
2 changes: 1 addition & 1 deletion quick_blue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A cross-platform (Android/iOS/macOS/Windows/Linux) BluetoothLE plugin for Flutte
| isBluetoothAvailable | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| startScan/stopScan | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| connect/disconnect | ✔️ | ✔️ | ✔️ | ✔️ | |
| discoverServices | ✔️ | ✔️ | ✔️ | | |
| discoverServices | ✔️ | ✔️ | ✔️ | ✔️ | |
| setNotifiable | ✔️ | ✔️ | ✔️ | ✔️ | |
| readValue | ✔️ | ✔️ | ✔️ | ✔️ | |
| writeValue | ✔️ | ✔️ | ✔️ | ✔️ | |
Expand Down
4 changes: 2 additions & 2 deletions quick_blue/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: quick_blue
description: A cross-platform BluetoothLE plugin for Flutter.
version: 0.4.1+1
version: 0.5.0-dev.0
homepage: https://github.com/woodemi/quick_blue
repository: https://github.com/woodemi/quick_blue/tree/master/quick_blue

Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
quick_blue_platform_interface: ^0.3.2
quick_blue_macos: ^0.3.1+2
quick_blue_windows: ^0.3.2
quick_blue_windows: ^0.3.2+1
quick_blue_linux: ^0.1.2
convert: ^3.0.0

Expand Down

0 comments on commit 973784e

Please sign in to comment.