-
Notifications
You must be signed in to change notification settings - Fork 71
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
Updating dependencies #12
Comments
The same thing happened to me. Running "flutter pub get" in starter_architecture_flutter_firebase_riverpod... |
/Users/tva/development/flutter/bin/flutter --no-color pub get Because firebase_auth >=0.18.4 <=0.18.4 depends on firebase_auth_web ^0.3.2+2 and firebase_auth ^0.18.4+1 depends on firebase_auth_web ^0.3.2+3, firebase_auth ^0.18.4 requires firebase_auth_web ^0.3.2+2. |
getting same error
|
Hi,
thank you for your excellent starter template.
Unfortunately, I have problems resolving the dependencies or updating the packages. Especially with the Firebase packages, there are now many improvements. Can you provide an updated version?
Because firebase_auth >=0.18.4 <=0.18.4 depends on firebase_auth_web ^0.3.2+2 and firebase_auth ^0.18.4+1 depends on firebase_auth_web ^0.3.2+3, firebase_auth ^0.18.4 requires firebase_auth_web ^0.3.2+2. And because no versions of firebase_auth match >0.18.3+1 <0.18.4 and firebase_auth 0.18.3+1 depends on firebase_auth_web ^0.3.2+1, firebase_auth ^0.18.3+1 requires firebase_auth_web ^0.3.2+1. And because firebase_auth_web >=0.3.0-dev.1 <0.4.0-1.0.nullsafety.0 depends on intl ^0.16.1 and every version of flutter_localizations from sdk depends on intl 0.17.0, firebase_auth ^0.18.3+1 is incompatible with flutter_localizations from sdk. So, because firebasestarter depends on both flutter_localizations any from sdk and firebase_auth ^0.18.3+1, version solving failed. pub get failed (1; So, because firebasestarter depends on both flutter_localizations any from sdk and firebase_auth ^0.18.3+1, version solving failed.) Process finished with exit code 1
Easy upgrading to all current or dev versions of all packages is not successful.
Best regards
The text was updated successfully, but these errors were encountered: