geolocator_apple 2.0.0+1 geolocator_apple: ^2.0.0+1 copied to clipboard
Geolocation Apple plugin for Flutter. This plugin provides the Apple implementation for the geolocator.
2.0.0+1 #
- Adds missing
timeLimit
to theAppleSettings
class.
2.0.0 #
- iOS: Keep
PositionStream
alive when theLocation Services
has been turned off and on again in the settings. - Removed implicit request for permissions when getting a position.
- Added the [ActivityType] enum needed for the
pauseLocationUpdatesAutomatically
property. - Added the
pauseLocationUpdatesAutomatically
andactivityType
property to the iOS options class.
1.2.2 #
- Fixed iOS cancelation of positionStream.
1.2.1 #
- Use
requestAlwaysAuthorization
instead ofrequestWhenInUseAuthorization
on macOS as both result in the same behaviour but the former has better support on Catelina.
1.2.0 #
- Make sure the
getCurrentPosition
method returns the current position and not a cached location which might be wrong (see issue #629).
1.1.0 #
- Added support for macOS Desktop.
1.0.0 #
- Initial open source release.