-
Added
- New Methods:
- setUseTrackingCache() and setMaxTrackingAge() for enhanced beacon persistence.
- Example Updates:
- Demonstrated the usage of setUseTrackingCache() and setMaxTrackingAge() in the example.
- Included the usage of setScanPeriod(1000) and setBetweenScanPeriod(500) in the example.
- New Methods:
-
Updated
- Documentation:
- Enhanced the README to include details on the new methods.
- Added troubleshooting tips for beacon detection issues, particularly for Android 13+.
- Documentation:
- Fixed bugs in the Android Beacon Scanner and improved exception handling.
- Added BlueUP beacon proximityUUID
- Breaking changes. You have to use dchs_flutter_beacon instead of flutter_beacon.
- Rewrite plugin (Android part) with Kotlin and rename to dchs_flutter_beacon
- Update Android-Beacon-Library to version [2.20.7]
- Update README.md with new Android permission requirement for broadcast (from Android 12)
- Recreated the example with latest flutter environment
- Migration the example to null safety and to Android v2 embedding
- Update Android-Beacon-Library to version [2.19] with added support to Android 12 (https://github.com/AltBeacon/android-beacon-library/tree/2.19)
- Update README.md with new Android permission requirement for location (SDK 29+, Android 10, 11)
- Migration to null safety
- Update to Android v2 embedding
- Add broadcast Beacon feature
- Improve example app
- Update Android-Beacon-Library to version 2.16.3
- Add
BluetoothState
event channel - Add
AuthorizationStatus
event channel [iOS only] - Add manual check for
AuthorizationStatus
,BluetoothState
, Location Service. - Add opener settings for Bluetooth [Android], Location [Android] and Application [iOS].
- A lot of improvements
- Fix bugs
- Add
close
scanning API
- Update gradle build to latest version
- Update stop
- Update gradle to latest version
- Update Android-Beacon-Library to version 2.16.1
- Fix crash ranging when region not set for Android
- Migrate to AndroidX
- Fix region ranging for Android
- Updating library docs
- Adding example docs
- Adding Dart Docs
- Initial release
- Ranging iBeacons for iOS and Android