flutter_background_geolocation 0.2.0 flutter_background_geolocation: ^0.2.0 copied to clipboard
The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
Change Log #
[0.2.0] - 2018-11-12 #
- [Changed] Include
background_fetch
as an external dependency rather than including iOS TSBackgroundFetch.framework directly (this was always the plan). - [Changed] In example, import flutter_map (Leaflet) instead of google_map (too buggy and not ready).
[0.1.7] - 2018-10-17 #
- [Fixed] Issue #8. Could not modify button-text of
locationAuthorizationAlert
after#ready
.
[0.1.6] - 2018-10-01 #
- [Changed] Refactor Android Headless mechanism. Got rid of Android
JobScheduler
mechanism with more directEventBus
.JobScheduler
events were subject to Android time-slicing, causing headless events to arrive late.
[0.1.5] - 2018-09-25 #
- [Fixed] warnings reported by Flutter publisher.
[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.