-
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] Not compatible with intl version latest #10199
Comments
Thanks for the report. Using plugin example, if we run
|
/cc @Lyokone |
@zakblacki We reverted the upgrade to intl 0.18 since it was incompatible with flutter_localization. I guess you are on the master channel. You can force override to intl 0.18 if needed or go back to stable. |
Any updates on this issue? We should be able to use intl ^0.18.0 Thank you. |
If you need to use ^0.18.0 you can always use dependency override to force the update. As long as the stable version is 3.7, we can only ship the intl version that is compatible with flutter_localization :) |
I understand... I am hoping in the near future the firebase_auth will upgrade to intl ^0.18.0 Thanks. |
any updates on this one ? |
No new stable version of Flutter has been released, so we are still using 0.17.0. As said before, you can use
if you really need the latest version (it should not be breaking with previous release) |
I have updated to Flutter 3.10.0 (stable), but I still cannot compile due to the dependency issue with firebase_auth 4.5.0, which relies on firebase_auth_web 5.4.0. In turn, firebase_auth_web 5.4.0 depends on intl 0.17.0, while flutter_localizations depends on intl 0.18.0. Is it really that difficult to update firebase_auth_web to use intl 0.18.0? |
Now that Flutter 3.10 /Dart 3.0.0 stable is out, I think it's time to wake up and finally update [firebase_auth] to use intl 0.18.0
And, of course, as you know, when using flutter 3.10.0 with flutter_localizations one can't use intl 0.17.0 anymore.
So, please update [firebase_auth] / [firebase_auth_web] to be Flutter 3.10 / Dart 3.0.0 compatible. |
Agree with the last post, we can't compile the project at all with flutter 3.10.0 because of this issue |
I've opened #10944 to update the last few things needed for Flutter 3.10.0. I hope you understand that we couldn't update to intl 0.18.0 before the stable release last night. It is not that it's "really that difficult to update" Again, you can always override your dependencies if you cannot wait for a library to update.
|
Overriding it didn't work for me. I had to add this as well in addition to the dependencies:
flutter_localizations:
sdk: flutter
|
We will shortly deploy a new version. This new version will not depend on intl anymore, so it will not cause any issues in the future. |
thank programming gods its no longer dependant on intl anymore, kudos! |
It's published as part of |
awesomees |
Please upgrade firebase_auth with intl 0.18
Because firebase_auth >=4.2.4 depends on firebase_auth_web ^5.2.4 which depends on intl ^0.17.0, firebase_auth >=4.2.4 requires intl ^0.17.0.
The text was updated successfully, but these errors were encountered: