flutter_geofence 0.1.5 flutter_geofence: ^0.1.5 copied to clipboard
Plugin to interact with geofences, and get the user's current/latest location.
0.0.1 #
- Initial release
0.1.0 #
- Initial documentation
0.1.1 #
- Fixes an issue where the plugin wouldn't install with Cocoapods.
0.1.2 #
- Fix the demo project.
0.1.3 #
- Be sure to check nullability on Android; this will prevent background crashes.
0.1.4 #
- Add a method to stop listening to a region.
0.1.5 #
- Check also the background location permission on Android 10. Thanks @kroobroeck