-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_auth] Problems with the package #10527
Comments
Please upgrade the intl version to 0.18.0 in all releated flutterfire packages to support the latest master version of Flutter. Thanks. |
I am using flutter_localizations package which requires intl: 0.18.0 and firebase_auth requires intl: 0.17.0. |
Same issue here : firebase_auth ^4.2.9 which depends on firebase_auth_web ^5.2.8 .... because firebase_auth_web >=5.2.3 depends on intl ^0.17.0, every version of common_code from path requires intl ^0.17.0. |
Bug report
Describe the bug
intl package problem.
See error or incorrect behavior
i am getting this error message:
Because no versions of firebase_auth match >4.2.9 <5.0.0 and firebase_auth 4.2.9 depends on firebase_auth_web ^5.2.8, firebase_auth ^4.2.9 requires firebase_auth_web ^5.2.8.
Because firebase_auth_web 5.2.8 depends on intl ^0.17.0 and no versions of firebase_auth_web match >5.2.8 <6.0.0, firebase_auth_web ^5.2.8 requires intl ^0.17.0.
Thus, firebase_auth ^4.2.9 requires intl ^0.17.0.
The text was updated successfully, but these errors were encountered: