general: update dependency of intl
to any
after upgrading to latest Flutter version
#1246
Closed
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
9.0.0-dev.1
Flutter doctor
Flutter doctor
Minimal code example
Code sample
(no code required)
Current Behavior
Currently this package and the validators package have a fixed dependency on
intl
.Expected Behavior
The dependency of
intl
should beany
for both this package and validators.Steps To Reproduce
intl
dependency.Aditional information
Using
any
forintl
dependency is also suggested in the Flutter documentation.👀 https://docs.flutter.dev/accessibility-and-localization/internationalization#setting-up
I cloned the repos and fixed the issue here:
Please fix this issue quickly, so I can remove the dependency to my fixed git repositories from my project again.
The text was updated successfully, but these errors were encountered: