ag_region_monitor 1.0.8 copy "ag_region_monitor: ^1.0.8" to clipboard
ag_region_monitor: ^1.0.8 copied to clipboard

PlatformiOS

Region Monitor plugin for Flutter, providing location-based event handling.

1.0.0 #

  • Initial release for Region Monitoring in iOS.

1.0.1 #

  • Changed minimum flutter version to ^3.29.0 and dart version to ^3.4.0

1.0.3 #

  • Local notifications title and body can be customized for each region.
  • Enable or Dislable local notifications.

1.0.4 #

  • Added support for repeating notifications when the user enters a region
  • Added ability to enable or disable repeating notifications
  • Added option to configure repeat interval for notifications

1.0.5 #

Added #

  • checkManualLocation() function to manually check if coordinates fall within active geofence regions
  • isLocationInAnyRegion() convenience function for boolean location checks
  • getRegionsContainingLocation() semantic alias for location queries
  • Distance calculation and reporting for manual location checks
  • Automatic notification triggering for manual location matches

Enhanced #

  • Improved location validation with detailed region information
  • Added comprehensive region data including distance from center

1.0.6 #

  • Set botification title and body for didEnterRegion and didExitRegion separately
  • Notifications now appear in the foreground also
  • Bug fix for all repeating notifications getting cancelled on didExitRegion

1.0.7 #

  • Banner error fix

1.0.8 #

Added following to init to fix real device issues.

  • locationManager.desiredAccuracy = kCLLocationAccuracyBest
  • locationManager.distanceFilter = kCLDistanceFilterNone // Update on all movements
  • locationManager.allowsBackgroundLocationUpdates = true // Critical!
  • locationManager.pausesLocationUpdatesAutomatically = false
2
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Region Monitor plugin for Flutter, providing location-based event handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ag_region_monitor

Packages that implement ag_region_monitor