Skip to content

Commit b906802

Browse files
Release 1.36.0
1 parent 3a22052 commit b906802

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

packages/flutter_blue_plus/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.36.0
2+
* **[Fix]** characteristic not found, due to `instanceId` bug (regression 1.35.6)
3+
14
## 1.35.12
25
* **[Improve]** Dart: add `pubspec_overrides.yaml` for easier local development
36

@@ -6,15 +9,15 @@
69
* **[Fix]** Dart: clear `servicesList` after disconnection
710

811
## 1.35.10
9-
* **[Fix]** Android: use user provided `compileSdkVersion`
12+
* **[Improve]** Android: use user provided `compileSdkVersion`
1013

1114
## 1.35.9
1215
* **[Fix]** Android: compile error, due to missing `toString` (regression 1.35.8)
1316

1417
## 1.35.8
1518
* **[Fix]** Android: HotRestart must also cancel autoconnect
1619
* **[Fix]** Android: `waitIfBonding` was not waiting
17-
* **[Improve]** iOS/macOS: resolve warning in `resetInstanceIds`
20+
* **[Fix]** iOS/macOS: fix warnings in `resetInstanceIds` (regression 1.35.6)
1821
* **[Improve]** Android: show nicer `ensurePermissions` error for no Context
1922

2023
## 1.35.7
@@ -24,7 +27,7 @@
2427
* **[Feature]** Support multiple characteristics with the same UUID
2528
* **[Fix]** iOS/macOS: fix crash on incorrect PIN
2629
* **[Fix]** Android: fix `onServicesReset`
27-
* **[Improve]** iOS/macOS: resolve integer conversion warnings
30+
* **[Fix]** iOS/macOS: fix integer conversion warnings
2831
* **[Improve]** Android: more HCI status codes
2932

3033
## 1.35.5

packages/flutter_blue_plus/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus
22
description: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices.
3-
version: 1.35.12
3+
version: 1.36.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:
@@ -16,10 +16,10 @@ dependencies:
1616
# - unified changelog
1717
# - users can still manually override
1818
flutter_blue_plus_platform_interface: 5.0.0
19-
flutter_blue_plus_android: 5.0.4
20-
flutter_blue_plus_darwin: 5.0.1
21-
flutter_blue_plus_linux: 5.0.0
22-
flutter_blue_plus_web: 5.0.1
19+
flutter_blue_plus_android: 6.0.0
20+
flutter_blue_plus_darwin: 6.0.0
21+
flutter_blue_plus_linux: 6.0.0
22+
flutter_blue_plus_web: 6.0.0
2323

2424
dev_dependencies:
2525
flutter_lints: ^5.0.0

packages/flutter_blue_plus_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus_android
22
description: Android implementation of the flutter_blue_plus plugin.
3-
version: 5.0.4
3+
version: 6.0.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:

packages/flutter_blue_plus_darwin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus_darwin
22
description: iOS and macOS implementation of the flutter_blue_plus plugin.
3-
version: 5.0.1
3+
version: 6.0.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:

packages/flutter_blue_plus_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus_linux
22
description: Linux implementation of the flutter_blue_plus plugin.
3-
version: 5.0.0
3+
version: 6.0.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:

packages/flutter_blue_plus_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus_web
22
description: Web implementation of the flutter_blue_plus plugin.
3-
version: 5.0.1
3+
version: 6.0.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:

0 commit comments

Comments
 (0)