ag_region_monitor
Region Monitor plugin for Flutter, providing location-based event handling.
What this package is like to depend on
Last release 12 months ago
26 Aug 2025
Ships fairly regularly
a new release about every 3 weeks
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
9 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Jun 2025 to Aug 2025
2026
Releases
latest 9-
1.0.826 Aug 2025Release notes
Open source →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
-
1.0.725 Aug 2025 -
1.0.625 Aug 2025Release notes
Open source →- 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.513 Aug 2025Release notes
Open source →Added
checkManualLocation()function to manually check if coordinates fall within active geofence regionsisLocationInAnyRegion()convenience function for boolean location checksgetRegionsContainingLocation()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.425 Jun 2025Release notes
Open source →- 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.310 Jun 2025Release notes
Open source →- Local notifications title and body can be customized for each region.
- Enable or Dislable local notifications.
-
1.0.204 Jun 2025Nothing published for this version
-
1.0.104 Jun 2025 -
1.0.003 Jun 2025