- Initial release
- Initial documentation
- Fixes an issue where the plugin wouldn't install with Cocoapods.
- Fix the demo project.
- Be sure to check nullability on Android; this will prevent background crashes.
- Add a method to stop listening to a region.
- Check also the background location permission on Android 10. Thanks @kroobroeck
- BREAKING: you have to request permissions yourself from this release on. Advantage: you can request permissions whenever it's needed.
- Add the ability to remove all geofences at once.
- Add ability to listen to neighbour locations
- Add ability to listen (and stop listening) to significant location updates
- null safety
- Add result calls to iOS platform code (#36) - Thanks @geisterfurz007
- Added documentation regarding geofence constraints (#34) - Thanks @rodrigonso
- Add comment indicating unit of measure for radius (#33) - Thanks @turing-tech
- Android 11 bugfix
- Updates with readme
- Fix with Flutter 3
- Don't request permissions at startup (#56)
- Update Gradle (#60)