-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin background_geolocation_firebase
uses a deprecated version of the Android embedding.
#23
Comments
background_geolocation_firebase
uses a deprecated version of the Android embedding.
I see. It will be upgraded and released soon. |
Try installing from branch pubspec.yaml dependencies:
flutter_background_geolocation_firebase:
git:
url: https://github.com/transistorsoft/flutter_background_geolocation_firebase.git
ref: plugin-v2 |
Hello? Feedback please. |
Okay I've followed your instructions and it's all working! Thank you!
…On Fri, Sep 24, 2021 at 9:18 PM Chris Scott ***@***.***> wrote:
Hello? Feedback please.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARJOXE7RTUMSKTWYQMQ3QWTUDR3DNANCNFSM5ENSOAQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Just realised a small correction. I used background_geolocation_firebase instead of flutter_background_geolocation_firebase. Whereas flutter_background_geolocation_firebase: throws a name error |
You're correct. |
I'm getting the following error with the solution: "Package doesn't exist (the pubspec for background_geolocation_firebase 1.0.0 from git has version 0.2.0)." |
same with @rbarbosas |
1.0.0 is published. |
Unable to call flutter pub get with background_geolocation_firebase: ^0.2.0
Here's my flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.5.0, on macOS 11.2.1 20D74 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.60.1)
[✓] Connected device (2 available)
• No issues found!
The text was updated successfully, but these errors were encountered: