- [CHORE] Upgrade web dependencies
- Bump minimum supported SDK version to
Flutter 3.22.0
/Dart 3.4.0
- Support
WebAssembly(WASM)
builds
- Bump minimum supported SDK version to
- [FIX] Fix an issue related to
requestLocationPermission
on iOS #23
- [FIX] Fix an issue where an error occurs when parsing the location JSON in release mode
- [CHANGE] Change the behavior of requestLocationPermission #21
- Allow incremental location permission requests
- Check How to use-1 for more details
- [FEAT] Allow use of checkLocationPermission in the background
- [FEAT] Allow ACCESS_COARSE_LOCATION permission
- [DOCS] Update example
- [DOCS] Update readme
- [CHORE] Upgrade dependencies
- [CHORE] Updates minimum supported SDK version to
Flutter 3.10
/Dart 3.0
- [CHORE] Updates dependencies
- [FIX] Fixed an issue where Location.toJson could not be encoded with jsonEncode
- [FEAT] Support AGP 8
- [CHORE] Update dependency constraints to
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
- [FIX] Fix IllegalStateException #12
- [FEAT] Add ability to get location in the background #10
- [FIX] Fix ConcurrentModificationException #13
- [FIX] Fix location update channel close issue #14
- [CHORE] Upgrade minimum Flutter version to 3.0.0
- [CHORE] Upgrade dependencies
- [#4] Fix onRequestPermissionsResult implement issue.
- Upgrade dependencies.
- Downgrade Android minSdkVersion to 21.
- Upgrade dependencies.
- Added LocationUtils class which implements
distanceBetween
andbearingBetween
functions. - Bump Android minSdkVersion to 23.
- Bump Android compileSdkVersion to 31.
- Now this plugin is also available on the web.
- Upgrade
fl_location_platform_interface: ^1.0.1
- Fixed invalid homepage URL.
- Fixed an issue where
getLocation
andgetLocationStream
functions could not be called at the same time.
- Initial release.