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

Version solving failed for intl: 0.19.0 #90

Closed
dwzrlp opened this issue Mar 11, 2024 · 7 comments
Closed

Version solving failed for intl: 0.19.0 #90

dwzrlp opened this issue Mar 11, 2024 · 7 comments

Comments

@dwzrlp
Copy link

dwzrlp commented Mar 11, 2024

Because month_picker_dialog 2.11.0 depends on intl ^0.18.1 and no versions of month_picker_dialog match >2.11.0 <3.0.0, month_picker_dialog ^2.11.0 requires intl ^0.18.1.
So, because smart_by_jarod depends on both intl ^0.19.0 and month_picker_dialog ^2.11.0, version solving failed.

@Macacoazul01
Copy link
Owner

I was waiting for someone to request this as not everyone is using flutter 3.19 and some other updates to the package landed that didnt need this flutter version.

Probably im gonna wait a little more to bump intl version, but you can use a dependency override to fix this until this update is released:
#57

@dwzrlp
Copy link
Author

dwzrlp commented Mar 12, 2024

I was waiting for someone to request this as not everyone is using flutter 3.19 and some other updates to the package landed that didnt need this flutter version.

Probably im gonna wait a little more to bump intl version, but you can use a dependency override to fix this until this update is released: #57

Thanks

@Macacoazul01
Copy link
Owner

This will launch on 3.0

@Macacoazul01
Copy link
Owner

Macacoazul01 commented Mar 12, 2024

image
Cant bump intl to 0.19 yet.
https://github.com/dart-lang/sdk/wiki/Flutter-Pinned-Packages

@esaiamuthan
Copy link

Yes the same issue occurs for me also

Can anyone make this fix and let us know. it will be helpful for us to solve it

@Macacoazul01
Copy link
Owner

@esaiamuthan
if you really need 0.19 just put this on your pubspec:

dependency_overrides:
intl: ^0.19.0

@Macacoazul01
Copy link
Owner

Avaliable in 3.0

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

No branches or pull requests

3 participants