Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (35 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.15 KB

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

0.2.0

  • BREAKING: you have to request permissions yourself from this release on. Advantage: you can request permissions whenever it's needed.

0.2.1

  • Add the ability to remove all geofences at once.

0.3.0

  • Add ability to listen to neighbour locations

0.4.0

  • Add ability to listen (and stop listening) to significant location updates

0.4.1

  • 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

0.4.2

  • Android 11 bugfix
  • Updates with readme

0.4.3

  • Fix with Flutter 3
  • Don't request permissions at startup (#56)

0.4.4

  • Update Gradle (#60)