background_geolocation_firebase
A Firebase adapter for the flutter_background_geolocation plugin. Automatically syncs recorded locations to your Firestore database.
1.1.0
transistorsoft/flutter_background_geolocation_firebase
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 11 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
7 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Aug 2019 to Oct 2024
2020
2021
2022
2023
2024
2025
2026
Releases
latest 7-
1.1.016 Oct 2024Release notes
Open source →- Update Firebase/Firestore dependencies for both iOS and Android.
- [Android] Update Gradle config. Add required
namespaceattribute. - [Android] Introduce new Gradle
ext.FirebaseSDKVersionparam for controlling / aligning the imported version of Firebase SDK with other libraries.
-
1.0.120 Jul 2023Release notes
Open source →- [Android] Update example gradle version. Update plugin default firebaseCoreVersion, firestoreVersion to latest versions.
-
1.0.030 Nov 2021 -
1.0.0-nullsafety.107 May 2021 pre-release -
0.2.013 Jul 2020Release notes
Open source →- [Fixed][Android]
com.android.tools.build:gradle:4.0.0no longer allows "direct local aar dependencies". The Android Setup now requires a custommaven urlto be added to your app's rootandroid/build.gradle:
allprojects { repositories { google() jcenter() + maven { + // [required] background_geolocation_firebase + url "${project(':background_geolocation_firebase').projectDir}/libs" + } } } - [Fixed][Android]
-
0.1.021 Aug 2019 -
0.0.221 Aug 2019