flutter_background_geolocation 0.1.4 flutter_background_geolocation: ^0.1.4 copied to clipboard
The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
Change Log #
Unreleased #
[0.1.4] - 2018-09-25 #
- [Added] Android Headless mode. See docs for
enableHeadless
. - [Added] an "event list" screen to "AdvancedApp" example.
- [Added]
error
callback forBackgroundGeolocation.onLocation
. - [Fixed] Issue #5 podspec property
s.static_framework = true
to allow the plugin to work in apps whereuse_frameworks!
directive is applied inPodfile
(Thanks to @vova-beloded).
[0.1.3] - 2018-09-20 #
- Implementing Dart-style docs with
dartdoc
- Re-organize
/lib
dir; remove/src
folder (hides classes fromdartdoc
).
[0.1.2] - 2018-09-17 #
- Implementing advanced example app.
- Fix missing
removeListener
methods forenabledchange
,connectivitychange
- Implement
destroyLog
- Implement instrumented testing in
example/test_driver
. Seeexamples/scripts/test.sh
- Fix warnings.
[0.1.1] - 2018-09-15 #
- Implementing advanced example app.
- Fix bug in
getGeofences
[0.1.0] - 2018-09-13 #
- First working beta release.
[0.0.1] - 2018-07-07 #
- Reserve namespace. Plugin not yet implemented.