background_locator_3 3.0.0
background_locator_3: ^3.0.0 copied to clipboard
A Flutter plugin to request the location even if the app is killed. Sending the location to a dart function in background, also provide a meter filter
3.0.0 #
- Initial release of background_locator_3
- Forked from background_locator_2 2.0.6
- Renamed package from background_locator_2 to background_locator_3
- All functionality from background_locator_2 2.0.6 carried over
- Updated dependencies and compatibility
Previous Versions (as background_locator_2) #
The following entries are from the previous package (background_locator_2):
2.0.6 #
- Fixing iOS build
- Fixing memory leak on Android
- Fixing callbacks on older Android devices
2.0.6-dev.2 #
- Fixing iOS build
- Fixing memory leak on Android
- Fixing callbacks on older Android devices
2.0.6-dev.1 #
- Fix Type mismatch: inferred type is String? but Any was expected
2.0.5 #
- Fixing demo gif
2.0.4 #
- Merging 2.0.4-dev1 and 2.0.4-dev2 to the main branch
2.0.4-dev.2 #
- Adding auto stop on app terminate on iOS
- Fixing import on example test script
2.0.4-dev.1 #
- Fixing iOS build
- Replacing package:background_locator_2 by background_locator_2
2.0.3 #
- Replacing background_locator by background_locator_2 (BREAKING CHANGE)
- Replacing rekab by yukams
2.0.2 #
- Adding fields to pubspec.yaml
- Changing README.md to prepare it to be published on pub.dev
- Changing LICENCE file
2.0.1 #
- Reverting minSdk from 31 to 29
2.0.0 #
- New fork
- Support for Flutter 3.0