form_builder_extra_fields icon indicating copy to clipboard operation
form_builder_extra_fields copied to clipboard

[Update Dependencies]: Update to later versions of flutter_typeahead and intl

Open phillipshaong opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Package/Plugin version

10.0.0-dev.1

What you'd like to happen

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

phillipshaong avatar Mar 26 '24 17:03 phillipshaong

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.

Happens everytime there is an intl upgrade.

divan avatar May 22 '24 10:05 divan

Can this be prioritized as ignoreAccessibleNavigation is causing issue in latest android versions

gomcodoctor avatar May 26 '24 14:05 gomcodoctor

This is solved with last version 11.x.x

deandreamatias avatar Mar 14 '25 23:03 deandreamatias