flutter-form-builder-ecosystem / form_builder_extra_fields

Additional ready-made form input fields for flutter_form_builder package
https://pub.dev/packages/form_builder_extra_fields
BSD 3-Clause "New" or "Revised" License
28 stars 47 forks source link

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

Open phillipshaong opened 5 months ago

phillipshaong commented 5 months ago

Is there an existing issue for this?

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

divan commented 3 months ago

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.

gomcodoctor commented 3 months ago

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