background_geolocation_firebase 0.2.0 copy "background_geolocation_firebase: ^0.2.0" to clipboard
background_geolocation_firebase: ^0.2.0 copied to clipboard

outdated

A Firebase adapter for the flutter_background_geolocation plugin. Automatically syncs recorded locations to your Firestore database.

CHANGELOG #

0.2.0 - 2020-07-13 #

  • [Fixed][Android] com.android.tools.build:gradle:4.0.0 no longer allows "direct local aar dependencies". The Android Setup now requires a custom maven url to be added to your app's root android/build.gradle:
allprojects {
    repositories {
        google()
        jcenter()
+       maven {
+           // [required] background_geolocation_firebase
+           url "${project(':background_geolocation_firebase').projectDir}/libs"
+       }
    }
}

0.1.0 — 2019-08-20 #

  • Release to pub.dev

0.0.2 — 2019-05-24 #

  • [Fixed] Android issue not registering plugin in terminated state.

0.0.1 — 2019-05-23 #

  • First working implementation
34
likes
40
pub points
75%
popularity

Publisher

verified publishertransistorsoft.com

A Firebase adapter for the flutter_background_geolocation plugin. Automatically syncs recorded locations to your Firestore database.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on background_geolocation_firebase