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
Because seu_app depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because seu_app depends on intl ^0.19.0, version solving failed.
exit code 1
Ha 2 alternativas para solucao:
manter a versao anterior 0.3.1
fazer o override no seu pubspec.yaml:
dependency_overrides:
intl: ^0.18.1
Nao foram adicionadas funcionalidades na versao 0.3.1.
The text was updated successfully, but these errors were encountered:
A versao 0.3.2 utiliza a o package intl: 0.19.
Entao vc ira receber o erro abaixo:
Ha 2 alternativas para solucao:
Nao foram adicionadas funcionalidades na versao 0.3.1.
The text was updated successfully, but these errors were encountered: