-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[General]: Incompatible with Flutter 3.22 due to dependency on intl 0.18.1 #90
Comments
Experiencing the same issue. |
Workaround in pubspec.yml: dependency_overrides:
intl: 0.19.0 |
actually this workaround is not the best way to solve the issue cause it might has effects on some other packages which also might need to issue an update for their |
That's why it's called a workaround. Forking and updating the package pubspec is another one. |
Experiencing the same issue. |
same issue here |
What can we do about this? |
#88 will fix this |
Version 10.0.0 with fix, deployed https://pub.dev/packages/form_builder_validators |
Is there an existing issue for this?
Package/Plugin version
9.0.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
Version solving failed
Expected Behavior
Version solving possible
Steps To Reproduce
pubspec.yml
flutter pub get
Aditional information
No response
The text was updated successfully, but these errors were encountered: