- [FEAT] Support AGP 8
- [REMOVE] Remove
flutter_foreground_task
dependency. If you want to start a service in the background, use the flutter_foreground_task plugin.
- [CHORE] Update dependency constraints to
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
- [CHORE] Update dependency to the latest version
- [CHORE] Bump Android compileSdkVersion to 33
- [CHORE] Upgrade minimum Flutter version to 3.0.0
- [CHORE] Upgrade dependencies
- Upgrade dependencies.
- [#4] Fix onRequestPermissionsResult implement issue.
- Upgrade dependencies.
- Downgrade Android minSdkVersion to 21.
- Upgrade dependencies.
- [#42] Only minimize app on pop when there is no route to pop.
- [iOS] Fixed an issue where notifications not related to the service were removed.
- [iOS] Improved compatibility with other plugins that use notifications.
- Additional settings are required, so please check the Readme-Getting started.
- [#16] Add process exit code to prevent memory leak.
- Upgrade dependencies.
- [Bug] Fixed an issue where lockMode(wakeLock, wifiLock) was not properly released when the service was forcibly shutdown.
- [Bug] Fixed an issue where foreground service notification UX was delayed on Android version 12.
- Upgrade dependencies.
- Bump Android minSdkVersion to 23.
- Bump Android compileSdkVersion to 31.
- Upgrade flutter_foreground_task: ^3.2.2
- [Bug] Fixed an issue where RemoteServiceException occurred intermittently.
- Upgrade flutter_foreground_task: ^3.2.0
- Upgrade flutter_foreground_task: ^3.0.0
- Changed parameter name of
WillStartForegroundTask
widget.
- Fix errorCodes parsing function not working properly.
- Upgrade fl_location: ^1.0.1
- Upgrade flutter_foreground_task: ^2.1.0
- [BREAKING] Replace plugin from
location
to fl_location
.
- [BREAKING] Replace data model from
LocationData
to Location
.
- Rename the listener function.
addLocationDataChangeListener -> addLocationChangeListener
addLocationServiceStatusChangeListener -> addLocationServicesStatusChangeListener
removeLocationDataChangeListener -> removeLocationChangeListener
removeLocationServiceStatusChangeListener -> removeLocationServicesStatusChangeListener
LOCATION_SERVICE_DISABLED -> LOCATION_SERVICES_DISABLED
- Add
clearAllListeners
function.
- Add
foregroundServiceType
to android service tag.
- Fixed DWELL status change being delayed due to statusChangeDelayMs.
- Upgrade flutter_foreground_task: ^2.0.4
- [BREAKING] Replace plugin from
geolocator
to location
.
- [BREAKING] Replace data model from
Position
to LocationData
.
- Rename the listener function.
addPositionChangeListener -> addLocationDataChangeListener
removePositionChangeListener -> removeLocationDataChangeListener
- Fix location permission request not working properly.
- Fix an issue that the location stream is not closed even when the service is stopped.
- Move component declaration inside the plugin. Check the readme for more details.
- Upgrade flutter_foreground_task: ^2.0.3
- Upgrade flutter_foreground_task: ^2.0.1
- Upgrade geolocator: ^7.2.0+1
- Upgrade geolocator: ^7.1.1
- Upgrade flutter_foreground_task: ^2.0.0
- Update example
- Update README.md
- Upgrade geolocator: ^7.1.0
- Add
printDevLog
option.
- Rename the listener function.
addPolyGeofenceStatusChangedListener -> addPolyGeofenceStatusChangeListener
addPositionChangedListener -> addPositionChangeListener
addLocationServiceStatusChangedListener -> addLocationServiceStatusChangeListener
removePolyGeofenceStatusChangedListener -> removePolyGeofenceStatusChangeListener
removePositionChangedListener -> removePositionChangeListener
removeLocationServiceStatusChangedListener -> removeLocationServiceStatusChangeListener
- Add
addPositionChangedListener
function.
- Add
removePositionChangedListener
function.
- Add
addLocationServiceStatusChangedListener
function.
- Add
removeLocationServiceStatusChangedListener
function.
- Change the model's
toMap
function name to toJson
.
- Update example
- Update README.md
- Upgrade flutter_foreground_task: ^1.0.8
- Fix an issue where PolyGeofence toMap function did not work properly.
- Updates README.md
- Upgrade flutter_foreground_task: ^1.0.7
- Add
statusChangeDelayMs
option.