- Fixing iOS build
- Fixing memory leak on Android
- Fixing callbacks on older Android devices
- Fixing iOS build
- Fixing memory leak on Android
- Fixing callbacks on older Android devices
- Fix Type mismatch: inferred type is String? but Any was expected
- Fixing demo gif
- Merging 2.0.4-dev1 and 2.0.4-dev2 to the main branch
- Adding auto stop on app terminate on iOS
- Fixing import on example test script
- Fixing iOS build
- Replacing package:background_locator_2 by background_locator_2
- Replacing background_locator by background_locator_2 (BREAKING CHANGE)
- Replacing rekab by yukams
- Adding fields to pubspec.yaml
- Changing README.md to prepare it to be published on pub.dev
- Changing LICENCE file
- Reverting minSdk from 31 to 29
- New fork
- Support for Flutter 3.0
- Support for NullSafety
- Fix initCallback is now called first as expected
- Fix callback not called
- Fix example
- Fix FLAG_IMMUTABLE error for SDK 23+
- Fix library not working after a phone reboot
- Fix library not working after an app crash due to revoking permissions
- Adding a bit more logs
- Changing minSdk from 29 to 31
- Fixes onStatusChanged crash;
- Fixed issue #94;
- Fix importing path_provider in ios example;
- Fix issue #266;
- Fix Android 12 location permission handling;
- Add network location provider even gps location data not update;
- Fix invoking method on flutter channel when engine is not ready; (#254)
- Fix returning result for unRegisterPlugin method on Android; (#262)
- Fix triggering location update when plugin is stopped; (#258)
- Fix saving service start stop status; (#259)
- Bug fixes;
- Bring back init and dispose callback;
- Fix crash on Android location client causing by change in status of location provider;
- Fix crash on start;
- Use new flutter engine;
- Fix start stop bug which prevents correct state in plugin;
- Add null safety support;
- 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.