Skip to content

Commit f27c9b4

Browse files
committed
[Release] flutter_blue_plus_darwin 4.0.0
1 parent 92d7745 commit f27c9b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/flutter_blue_plus_darwin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.0
2+
* Use bytes instead of hex for platform communication (#1130)
3+
14
## 3.0.0
25
* Update platform interface version to 3.0.0
36

packages/flutter_blue_plus_darwin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 3.0.0
3+
version: 4.0.0
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_blue_plus_platform_interface: ^3.0.0
13+
flutter_blue_plus_platform_interface: ^4.0.0
1414

1515
dev_dependencies:
1616
flutter_test:

0 commit comments

Comments
 (0)