Skip to content

Commit 09f4e3c

Browse files
LukangiLukangi
Lukangi
authored and
Lukangi
committed
beacon_scanner: setup version 0.0.3+1
1 parent 1de3ea9 commit 09f4e3c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
44
This package can be combined with androids foreground services.
55
It uses Android AltBeacon and iOS CoreLocation under the hood.
66

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+.
88

99
Features:
1010

beacon_scanner/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3+1
2+
3+
* Fixes android permission request.
4+
15
## 0.0.3
26

37
* Initial release.

beacon_scanner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
44
This package can be combined with androids foreground services.
55
It uses Android AltBeacon and iOS CoreLocation under the hood.
66

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+.
88

99
Features:
1010

beacon_scanner/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: "direct main"
1414
description:
1515
name: beacon_scanner_android
16-
sha256: "29af0f09b30c7622b8b6f69baa9e2af585e0a02c348d52bab5c8630046fc2c56"
16+
sha256: "3da2ae9c318d03fcf04f44e9b7d8110cb35e308ca24dc39ffe395539e357b1e2"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "0.0.3"
19+
version: "0.0.3+1"
2020
beacon_scanner_ios:
2121
dependency: "direct main"
2222
description:

beacon_scanner/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: beacon_scanner
22
description: A Flutter plugin for Scanning iBeacon.
33
repository: https://github.com/Lukangi/beacon_scanner/tree/main/beacon_scanner
44
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
66

77
environment:
88
sdk: ">=2.18.0 <4.0.0"
@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
beacon_scanner_android: ^0.0.3
22+
beacon_scanner_android: ^0.0.3+1
2323
beacon_scanner_ios: ^0.0.3+1
2424
beacon_scanner_platform_interface: ^0.0.3
2525

0 commit comments

Comments
 (0)