You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using Flutter 3.32.0, which requires intl: ^0.20.2 via flutter_localizations. Currently, this package uses intl: ^0.19.0, which causes a version conflict.
Would you be able to update the dependency in pubspec.yaml to support intl: ^0.20.2 or use a more flexible range like:
intl: ">=0.19.0 <0.21.0"
AllinProgram, bugrevealingbme, badjio, AkmenZ and minhdanh