location_platform_interface 2.0.0-nullsafety.0 copy "location_platform_interface: ^2.0.0-nullsafety.0" to clipboard
location_platform_interface: ^2.0.0-nullsafety.0 copied to clipboard

outdated

A common platform interface for the location plugin.

[2.0.0-nullsafety.0] - 25th December 2020 #

  • Initial support for null safety

[1.1.0] - 07th December 2020 #

  • Add new interface method enableBackgroundMode(boolean) to control weather plugin should work in the background or not.

[1.0.1] - 24th August 2020 #

  • Add grantedLimited enum value to PermissionStatus to capture the new limited range authorization that iOS 14 is offering.

[1.0.0] - 26th March 2020 #

  • Created the platform interface of the Location plugin in order to support Web and macOS (huge thanks to long1eu)