Skip to content
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

bump intl to 0.18.0 when it reaches stable channel #57

Closed
Macacoazul01 opened this issue Feb 28, 2023 · 4 comments
Closed

bump intl to 0.18.0 when it reaches stable channel #57

Macacoazul01 opened this issue Feb 28, 2023 · 4 comments

Comments

@Macacoazul01
Copy link
Owner

No description provided.

@amigne
Copy link

amigne commented Mar 31, 2023

This becomes a critical requirement:

Resolving dependencies...
Because month_picker_dialog 1.0.0 depends on flutter_localizations from sdk which depends on intl 0.18.0, month_picker_dialog 1.0.0 requires intl 0.18.0.
And because month_picker_dialog 1.0.0 depends on intl ^0.17.0, month_picker_dialog 1.0.0 is forbidden.
So, because no versions of month_picker_dialog match >1.0.0 <2.0.0 and timetracker depends on month_picker_dialog ^1.0.0, version solving failed.
Process finished with exit code 1

@Macacoazul01
Copy link
Owner Author

@amigne as stated on the pr related to the issue, as intl 0.18 isn't the official one on stable channel I won't bump it yet.

Just use

dependency_overrides:
intl: ^0.18.0

@Macacoazul01
Copy link
Owner Author

For everyone watching this issue, there's a big chance of intl 0.18.0 on stable channel after google io on the next days.

@Macacoazul01
Copy link
Owner Author

Solved in 2.0
flutter_localizations is currently using intl 0.18.0 instead of 0.18.1, so 0.18.0 will be used here until they bump the version there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants