geofencing_service 1.0.0 copy "geofencing_service: ^1.0.0" to clipboard
geofencing_service: ^1.0.0 copied to clipboard

A geofencing plugin for Flutter applications.

Changelog for 1.0.0: #

  • Migrated to null safety.
  • Fixed PendingIntent collision bug (multiple geofences now work correctly)
  • Fixed queue wrapping bug causing malformed events
  • Fixed WakeLock leak in IsolateHolderService
  • Made foreground service notification configurable
  • Added proper null checks in callback dispatcher (release mode safe)
  • Added iOS monitoring failure handling with error logging
  • Added iOS region limit check (max 20 regions)
  • Added coordinate and radius validation
  • Added auto-initialization enforcement
  • Added GeofencingException for better error handling
  • Added removeAllGeofences() and isSupported helpers
  • Improved error propagation from native to Dart

0.1.0 #

  • Updated to Flutter Android embedding v2.

0.0.1 #

  • Initial sample plugin.
0
likes
150
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

A geofencing plugin for Flutter applications.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on geofencing_service

Packages that implement geofencing_service