- [CHORE] Upgrade web dependencies
- Bump minimum supported SDK version to
Flutter 3.22.0
/Dart 3.4.0
- Support
WebAssembly(WASM)
builds
- Bump minimum supported SDK version to
- [FIX] Fix an issue where the service could not be started on the web
- [CHORE] Upgrade dependencies
- Fix an issue related to
requestLocationPermission
on iOS #23
- Fix an issue related to
- [DOCS] Fix incorrect API usage in the
README
- [CHORE] Upgrade dependencies
- Fix an issue where an error occurs when parsing the location JSON in release mode #22
- [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
- [FEAT] Add
GeofenceRegion.distanceTo(Location)
function - [FIX] Fix
GeofenceRegion.fromJson
parsing error
- [CHORE] Upgrade dependencies
- Allow use of
Geofencing.instance.getLocationPermission
in the background - Allow
ACCESS_COARSE_LOCATION
permission
- Allow use of
- [FEAT] Add
GeofenceRegion.fromJson
constructor - [FEAT] Add
LatLng.fromJson
constructor
- Initial release.