background_location_tracker 1.3.0
background_location_tracker: ^1.3.0 copied to clipboard
A Flutter plugin that allows you to track the background location for Android & iOS
1.3.0 - 12-09-2022 #
- Added support for android sdk 33
- Updated dependencies
- Updated kotlin
- Fixed the breaking changes on the native android side
- Updated the example project to save the background locations to shared prefs
- Updated the example project & readme to use the
@pragma('vm:entry-point')
annotation
1.2.0 - 15-11-2021 #
- Added iOS specific options to restart the tracking after killing the app
- Added option to Android specific options to only get updates every x meters
1.1.0 - 14-10-2021 #
#Added
- Added more options to android config to specify update interval
- Added iOS specific options to control activity type and/or distance filter
1.0.2 - 22-06-2021 #
#Fixed
- Formatting
1.0.1 - 22-06-2021 #
#Added
- Pub.dev badge
1.0.0 - 22-06-2021 #
Initial release
- Background location tracking
- Nullsafety
- Android v1 & v2 embedding support