- Set default value for autoStop;
- Fix register and unregister futures never complete on Android;
- Fix Doze problem for Android >= 10;
- Fix compile error on sdk 30;
- Fix app stop locating on android sdk 30 in background;
- Add google location client as option;
- Several bug fixes;
- Add platform specific settings;
- Add ability to update android notification;
- Ability to showsBackgroundLocationIndicator on iOS;
- add isServiceRunning method;
- Added support for big text in Android notification;
- Fix getCallbackHandle bug which caused some callbacks not getting executed;
- Add region monitoring for iOS to get location info while app is terminated;
- Minor iOS bug fix;
- Add a way to use 3rd party plugins while app is terminated in iOS;
- Add notification icon color;
- Add isMocked property on location model;
- Add channel name property on location dto;
- Fix crash in onStartCommand caused by null intent on Android;
- Fix getting several unwanted position on iOS;
- Add possibility to restart locator service after reboot;
- Fix triggering android notification callback with wrong notification;
- Fix optional android notification callback.
- Fix accessing other plugins when app is terminated.
- Fix Callback is not triggered in iOS.
- Add callback for android notification.
- Fix crash on detach.
- Add isRegistered method.
- Bug fixes.
- Add auto stop feature.
- Update flutter plugin library to version 2.
- Add parameter to setting to change android wakelock time.
- Prevent service from registering twice.
Change where location access requested.
- Improvements.
- initial release.