location_permissions 1.1.0 location_permissions: ^1.1.0 copied to clipboard
Location permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to check and request access to the location services on the device.
1.1.0 #
- Adds support to listen for location service availability using a stream on Android (on iOS this is ignored, since it isn't supported by Apple);
- Fixed multi-dex and AndroidX support.
1.0.2 #
- Use the correct homepage in the pubspec.yaml
1.0.1 #
- Ignore warnings on iOS for calling deprecated methods (these are only called on older iOS platforms).
1.0.0 #
- Initial release