File tree Expand file tree Collapse file tree 6 files changed +15
-12
lines changed
flutter_blue_plus_android Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11name : flutter_blue_plus
22description : Flutter plugin for connecting and communicating with Bluetooth Low Energy devices.
3- version : 1.35.12
3+ version : 1.36.0
44homepage : https://github.com/chipweinberger/flutter_blue_plus
55
66environment :
@@ -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
2424dev_dependencies :
2525 flutter_lints : ^5.0.0
Original file line number Diff line number Diff line change 11name : flutter_blue_plus_android
22description : Android implementation of the flutter_blue_plus plugin.
3- version : 5 .0.4
3+ version : 6 .0.0
44homepage : https://github.com/chipweinberger/flutter_blue_plus
55
66environment :
Original file line number Diff line number Diff line change 11name : flutter_blue_plus_darwin
22description : iOS and macOS implementation of the flutter_blue_plus plugin.
3- version : 5 .0.1
3+ version : 6 .0.0
44homepage : https://github.com/chipweinberger/flutter_blue_plus
55
66environment :
Original file line number Diff line number Diff line change 11name : flutter_blue_plus_linux
22description : Linux implementation of the flutter_blue_plus plugin.
3- version : 5 .0.0
3+ version : 6 .0.0
44homepage : https://github.com/chipweinberger/flutter_blue_plus
55
66environment :
Original file line number Diff line number Diff line change 11name : flutter_blue_plus_web
22description : Web implementation of the flutter_blue_plus plugin.
3- version : 5 .0.1
3+ version : 6 .0.0
44homepage : https://github.com/chipweinberger/flutter_blue_plus
55
66environment :
You can’t perform that action at this time.
0 commit comments