- changed to
background_locator_2
since the oldbackground_locator
is no longer maintained. - upgrade of Android SDK level.
- small refactor to plugin and example app.
- BREAKING The plugin no longer support asking for location permissions. This is better handled at the application level. See the example app for how this can be done.
- upgrade to
background_locator: ^1.6.6
. - cleanup and adding the
permission_handler
in example app - added description of new location permission in Android 11 to README
- update to null-safety
- using a singleton as
LocationManager()
to access the location manager.
- small update to new
BackgroundLocator.registerLocationUpdate
API - upgrade to
background_locator
v. 1.4.0
- upgrade to
background_locator
v. 1.2.2 - support for setting
accuracy
- misc docs update
- Formatting
- Downgraded background_locator to 1.1.10+1
- Addressed static analysis error
- Recreated example with a new name
- Addressed a static analysis error
- Initial release