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
The flutter_localizations package from the Flutter SDK itself, uses intl version 0.18.0. Flogs depends on intl version ^0.17.0. This causes pub dependency conflicts.
Because your_app depends on flutter_localizations from sdk which depends on intl 0.18.0, intl 0.18.0 is required. So, because your_app depends on intl ^0.17.0, version solving failed.
The text was updated successfully, but these errors were encountered:
The flutter_localizations package from the Flutter SDK itself, uses intl version 0.18.0. Flogs depends on intl version ^0.17.0. This causes pub dependency conflicts.
Example pubspec.yaml:
Output of flutter pub get:
Because your_app depends on flutter_localizations from sdk which depends on intl 0.18.0, intl 0.18.0 is required. So, because your_app depends on intl ^0.17.0, version solving failed.
The text was updated successfully, but these errors were encountered: