You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
When I run flutter pub get I get the following error:
Because firebase_auth 0.18.0+1 depends on firebase_auth_web ^0.3.0+1 which depends on intl ^0.16.1, firebase_auth 0.18.0+1 requires intl ^0.16.1. And because every version of flutter_localizations from sdk depends on intl 0.17.0, firebase_auth 0.18.0+1 is incompatible with flutter_localizations from sdk. So, because shopping_app depends on both flutter_localizations any from sdk and firebase_auth 0.18.0+1, version solving failed. pub get failed (1; So, because shopping_app depends on both flutter_localizations any from sdk and firebase_auth 0.18.0+1, version solving failed.) Process finished with exit code 1
Any Idea why?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When I run
flutter pub get
I get the following error:Because firebase_auth 0.18.0+1 depends on firebase_auth_web ^0.3.0+1 which depends on intl ^0.16.1, firebase_auth 0.18.0+1 requires intl ^0.16.1. And because every version of flutter_localizations from sdk depends on intl 0.17.0, firebase_auth 0.18.0+1 is incompatible with flutter_localizations from sdk. So, because shopping_app depends on both flutter_localizations any from sdk and firebase_auth 0.18.0+1, version solving failed. pub get failed (1; So, because shopping_app depends on both flutter_localizations any from sdk and firebase_auth 0.18.0+1, version solving failed.) Process finished with exit code 1
Any Idea why?
The text was updated successfully, but these errors were encountered: