On using firebase_analytics with location (package) Flutter wants location_web. Does anybody know why? #4117
Unanswered
ivaylomakariev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On using firebase_analytics with location (package) Flutter wants location_web. Does anybody know why?
When I am using the project without firebase_analytics: ^6.2.0 the project is working fine, but when I integrate the configurations for firebase_analytics I am receiving the following message:
Plugin project :location_web not found. Please update settings.gradle.
I don't need the location_web, as I am working on a mobile app.
in pubspec.yaml along with other packages I am using also:
location: ^3.0.2
firebase_analytics: ^6.2.0
settings.gradle
android/build.gradle
android/app/build.gradle
And I have put the google-services.json in android/app.
Does anybody know why this is happening, as I don't need the location_web?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions