native_geofence 1.2.1 copy "native_geofence: ^1.2.1" to clipboard
native_geofence: ^1.2.1 copied to clipboard

Battery efficient Flutter Geofencing that uses native iOS and Android APIs.

1.2.1 #

  • Upgrade dependencies
  • Add new optional step to Android setup instructions

1.2.0 #

  • iOS: Fixes regression: geofences callbacks not being executed after their first trigger
    • Reverts 1.1.0 change which had enabled calling GeofenceManager methods in geofence callbacks
  • iOS: Do not call Dart callback for unrequested geofence triggers: #37 by slaci
  • Upgrade dependencies

1.1.0 #

  • Upgrade pub.dev dependencies
  • Upgrade Android Gradle dependencies
  • Downgrade Android minSdkVersion to 23 (thanks AzarouAmine!)
  • Allow calling GeofenceManager methods in geofence callbacks (thanks Mako-L!)
  • Example App: refactor notification logic into a NotificationsRepository (thanks fadelfffar!)

1.0.9 #

  • Minor visibility fix: Make NativeGeofenceException visible to library users.

1.0.8 #

  • Make plugin compatible with Flutter apps using Kotlin 2+.

1.0.7 #

  • Fixes a bug with Android 30 and older. #9
  • Improve documentation.

1.0.6 #

  • iOS: Improved background isolate spawning & cleanup routine.
  • iOS: Fixes rare bug that may cause the goefence to triggering twice.

1.0.5 #

  • Android: Specify Kotlin package when using Pigeon.

1.0.4 #

  • Android: Use custom error class name to avoid naming conflicts ("Type FlutterError is defined multiple times") at build time.

1.0.3 #

  • iOS: Removes UIBackgroundModes.location which was not required. Thanks @cbrauchli.

1.0.2 #

  • iOS and Android: Process geofence callbacks sequentially; as opposed to in parallel.
  • README changes.

1.0.1 #

  • WASM support.
  • Better documentation.
  • Formatting fixes.

1.0.0 #

  • Initial release.
40
likes
130
points
2.76k
downloads

Documentation

API reference

Publisher

verified publisherchunkytofustudios.com

Weekly Downloads

Battery efficient Flutter Geofencing that uses native iOS and Android APIs.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_geofence

Packages that implement native_geofence