-
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
chore(firebase_auth_web, firebase_ui_localizations): Upgrades intl
to 0.18.0
#10317
Conversation
intl
to 0.18.0intl
to 0.18.0
@Rexios80 You'll have to update/fix the failing tests before review. Thanks |
Pretty sure things are failing because of flutter 3.7 deprecations which is outside the scope of this PR to fix unless you want it done here |
We've attempted this before. If the SDK relies on version |
This should be possible when this issue closes: flutter/flutter#117163 |
Currently there seems to be 3 opened PRs attempting to bump the version of
Anyway, I just want to propose to relax the version of When If we don't feel safe for minor releases of I currently have a project that also uses |
Minor version changes on version We could have a constraint that includes both If you're having issues with the dependency_overrides:
intl: ^0.18.0 If there were actually no breaking changes, this will solve your dependency resolution issues. |
Is that CI failure my fault? |
Seems we are still waiting on a flutter release with |
Now CI is failing because of Flutter 3.10 changes. Waiting on #10944 |
This should have been dealt with in #10944 |
Description
Upgrades
intl
to version 0.18.0 in all packagesRelated Issues
N/A
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?