Skip to content

Commit 56a06b1

Browse files
committed
[Release] flutter_blue_plus_android 4.0.4
1 parent bf69915 commit 56a06b1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

packages/flutter_blue_plus_android/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
## 4.0.4
2+
* Fixes to check for location services when plugin is called from a service
3+
14
## 4.0.3
2-
* added option to disable Location Services check
5+
* Added option to disable Location Services check
36

47
## 4.0.2
5-
* fix compile error
8+
* Fix compile error
69

710
## 4.0.1
8-
* fix compile error
11+
* Fix compile error
912

1013
## 4.0.0
1114
* Use bytes instead of hex for platform communication (#1130)
15+
* Check if Android location services are enabled when doing scan (#1167)
1216

1317
## 3.0.0
1418
* Add option to provide pairing PIN to `createBond` (#1119)

packages/flutter_blue_plus_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus_android
22
description: Android implementation of the flutter_blue_plus plugin.
3-
version: 4.0.3
3+
version: 4.0.4
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:

0 commit comments

Comments
 (0)