We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40abbbe commit 8d4be66Copy full SHA for 8d4be66
packages/flutter_blue_plus_web/CHANGELOG.md
@@ -1,5 +1,4 @@
1
-
2
-## 2.0.1
+## 3.0.0
3
* Add support for web optional services (#1124)
4
5
## 2.0.0
packages/flutter_blue_plus_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_blue_plus_web
description: Web implementation of the flutter_blue_plus plugin.
-version: 2.0.1
+version: 3.0.0
homepage: https://github.com/chipweinberger/flutter_blue_plus
6
environment:
@@ -10,7 +10,7 @@ environment:
10
dependencies:
11
flutter:
12
sdk: flutter
13
- flutter_blue_plus_platform_interface: ^2.0.2
+ flutter_blue_plus_platform_interface: ^3.0.0
14
flutter_web_plugins:
15
16
web: '>=0.5.0 <2.0.0'
0 commit comments