flutter-form-builder-ecosystem / form_builder_validators

Form Builder Validators is set of validators for FormFields. It provides common validators and a way to reuse multiple validators
https://pub.dev/packages/form_builder_validators
BSD 3-Clause "New" or "Revised" License
51 stars 99 forks source link

Upgrade `intl` dependency to 0.19 #76

Closed anqit closed 9 months ago

anqit commented 9 months ago

Is there an existing issue for this?

Package/Plugin version

9.1.0

What you'd like to happen

I am trying to upgrade my app's `intl` dependency to 0.19.0 to take advantage of a new feature, but I also use this package in that app, which also depends on the `intl` package. However, `form_builder_validators`'s dependency is pinned to version 0.18.1, which prevents me from upgrading my app's `intl` dependency. Is there any way we can make the small and (hopefully) non-breaking change to upgrade this package to use `intl` version 0.19.0?

Happy to submit a PR if that would be helpful.
Thanks!

Alternatives you've considered

No response

Aditional information

No response

deandreamatias commented 9 months ago

Duplicated https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues/73