You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the issue when adding the module to our project:
form_builder_extra_fields <10.0.0-dev.1 depends on intl ^0.17.0 and form_builder_extra_fields >=10.0.0-dev.1 <10.1.0 depends on flutter_typeahead ^4.3.8, form_builder_extra_fields <10.1.0 requires intl ^0.17.0 or flutter_typeahead ^4.3.8.
And because form_builder_extra_fields >=10.1.0 depends on flutter_typeahead ^4.7.0 and karmakard depends on intl ^0.18.1, every version of form_builder_extra_fields requires flutter_typeahead ^4.3.8.
So, because XYZ depends on both flutter_typeahead ^5.0.1 and form_builder_extra_fields any, version solving failed.
Alternatives you've considered
No response
Aditional information
No response
The text was updated successfully, but these errors were encountered:
Can this be prioritized? After upgrading to latest Flutter SDK, I had to bump up the intl version and now all forms ecosystem packages failed because of this intl version mismatch.
Is there an existing issue for this?
Package/Plugin version
10.0.0-dev.1
What you'd like to happen
Alternatives you've considered
No response
Aditional information
No response
The text was updated successfully, but these errors were encountered: