You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking change :Geolocation.requestLocationPermission now takes a named parameter for permission
Breaking change : New GeolocationResultErrorType.permissionNotGranted type. Previous meaning for permissionDenied is now divided in two different states:
permissionNotGranted: User didn't accept nor decline the locationn permission request yet
permissionDenied: 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).