geofencing_api 1.4.0
geofencing_api: ^1.4.0 copied to clipboard
This plugin is used to implement circular and polygon geofencing service.
1.4.0 #
- [CHORE] Upgrade dependencies
- Change the behavior of
Geofencing.instance.requestLocationPermission#21 - Allow incremental location permission requests
- Check How to use-1 for more details
- Change the behavior of
1.3.0 #
- [FEAT] Add
GeofenceRegion.distanceTo(Location)function - [FIX] Fix
GeofenceRegion.fromJsonparsing error
1.2.0 #
- [CHORE] Upgrade dependencies
- Allow use of
Geofencing.instance.getLocationPermissionin the background - Allow
ACCESS_COARSE_LOCATIONpermission
- Allow use of
1.1.0 #
- [FEAT] Add
GeofenceRegion.fromJsonconstructor - [FEAT] Add
LatLng.fromJsonconstructor
1.0.0 #
- Initial release.