We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d7745 commit f27c9b4Copy full SHA for f27c9b4
packages/flutter_blue_plus_darwin/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 4.0.0
2
+* Use bytes instead of hex for platform communication (#1130)
3
+
4
## 3.0.0
5
* Update platform interface version to 3.0.0
6
packages/flutter_blue_plus_darwin/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_blue_plus_darwin
description: iOS and macOS implementation of the flutter_blue_plus plugin.
-version: 3.0.0
+version: 4.0.0
homepage: https://github.com/chipweinberger/flutter_blue_plus
environment:
@@ -10,7 +10,7 @@ environment:
10
dependencies:
11
flutter:
12
sdk: flutter
13
- flutter_blue_plus_platform_interface: ^3.0.0
+ flutter_blue_plus_platform_interface: ^4.0.0
14
15
dev_dependencies:
16
flutter_test:
0 commit comments