Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Package/Plugin version
9.1.0
Platforms
- Android
- iOS
- Linux
- MacOS
- Web
- Windows
Flutter doctor
not needed
Minimal code example
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
form_builder_validators: ^9.1.0
Current Behavior
Because form_builder_validators >=9.1.0 depends on intl ^0.18.1 and my_app depends on intl ^0.19.0, form_builder_validators >=9.1.0 is forbidden.
Expected Behavior
form_builder_validator should be compatible with intl. 0.19.0
Steps To Reproduce
add intl: ^0.19.0 to your pubscpec.yaml dependencies...
Aditional information
No response