File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
4
4
This package can be combined with androids foreground services.
5
5
It uses Android AltBeacon and iOS CoreLocation under the hood.
6
6
7
- An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 8 +.
7
+ An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 13 +.
8
8
9
9
Features:
10
10
Original file line number Diff line number Diff line change
1
+ ## 0.0.3+1
2
+
3
+ * Fixes android permission request.
4
+
1
5
## 0.0.3
2
6
3
7
* Initial release.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
4
4
This package can be combined with androids foreground services.
5
5
It uses Android AltBeacon and iOS CoreLocation under the hood.
6
6
7
- An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 8 +.
7
+ An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 13 +.
8
8
9
9
Features:
10
10
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ packages:
13
13
dependency: "direct main"
14
14
description:
15
15
name: beacon_scanner_android
16
- sha256: "29af0f09b30c7622b8b6f69baa9e2af585e0a02c348d52bab5c8630046fc2c56 "
16
+ sha256: "3da2ae9c318d03fcf04f44e9b7d8110cb35e308ca24dc39ffe395539e357b1e2 "
17
17
url: "https://pub.dev"
18
18
source: hosted
19
- version: "0.0.3"
19
+ version: "0.0.3+1 "
20
20
beacon_scanner_ios:
21
21
dependency: "direct main"
22
22
description:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: beacon_scanner
2
2
description : A Flutter plugin for Scanning iBeacon.
3
3
repository : https://github.com/Lukangi/beacon_scanner/tree/main/beacon_scanner
4
4
issue_tracker : https://github.com/Lukangi/beacon_scanner/issues?q=is%3Aissue+is%3Aopen
5
- version : 0.0.3
5
+ version : 0.0.3+1
6
6
7
7
environment :
8
8
sdk : " >=2.18.0 <4.0.0"
@@ -19,7 +19,7 @@ flutter:
19
19
dependencies :
20
20
flutter :
21
21
sdk : flutter
22
- beacon_scanner_android : ^0.0.3
22
+ beacon_scanner_android : ^0.0.3+1
23
23
beacon_scanner_ios : ^0.0.3+1
24
24
beacon_scanner_platform_interface : ^0.0.3
25
25
You can’t perform that action at this time.
0 commit comments