Update intl
Please update intl dependency to ^0.20.2 for use the latest flutter version
Same issue here, please we are waiting for your updates.
same here!
Simple solution now:
dependency_overrides: intl: ^0.20.2
dependency_overrides is a working solution but it may result in some problems. Anyone got a better solution these days?
dependency_overrides is a working solution but it may result in some problems. Anyone got a better solution these days?
it's not necessary to result in some problems, especially if you are using the latest version of Flutter, because it is already using the latest package version, same for other packages, so it is very safe to use this solution, or just use another supported translation packages like "easy_localization".
It does look like the package hasn’t received updates or maintenance in quite some time.
flutter_easy_translate, looks like a helpful option especially since it keeps API compatibility with flutter_translate and avoids major refactoring.
For anyone interested, you can check it out here: flutter_easy_translate
Thanks for sharing it with the community!