We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7e3a3 commit bf69915Copy full SHA for bf69915
packages/flutter_blue_plus_android/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 4.0.3
2
+* added option to disable Location Services check
3
+
4
## 4.0.2
5
* fix compile error
6
packages/flutter_blue_plus_android/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_blue_plus_android
description: Android implementation of the flutter_blue_plus plugin.
-version: 4.0.2
+version: 4.0.3
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: ^4.0.0
+ flutter_blue_plus_platform_interface: ^4.0.2
14
15
dev_dependencies:
16
flutter_lints: ^5.0.0
0 commit comments