Releases: loup-v/geolocation
Releases · loup-v/geolocation
Version 1.1.2
Version 1.1.1
- Update gradle wrapper to version 5.6.2
Version 1.1.0
- Breaking change :
Geolocation.requestLocationPermission
now takes a named parameter for permission - Breaking change : New
GeolocationResultErrorType.permissionNotGranted
type. Previous meaning forpermissionDenied
is now divided in two different states:permissionNotGranted
: User didn't accept nor decline the locationn permission request yetpermissionDenied
: User specifically declined the permission request
- Ability to open settings when requesting permission, and user already declined the permission previously:
Geolocation.requestLocationPermission(openSettingsIfDenied: true)
(opening the settings as fallback is now the default behaviour). - Fix background pause/resume on iOS
- Refactor iOS internal structure
Version 1.0.2
- Fix
Accuracy.nearestTenMeters
on iOS