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 flutter_localizations from sdk depends on intl 0.20.2, and firebase_example depends on intl ^0.19.0, version solving failed.
Version
very_good 0.25.0
Steps To Reproduce
Make sure Flutter 3.32.0 is installed and active.
Install or update very_good_cli:
dart pub global activate very_good_cli
very_good create flutter_app my_app
Expected Behavior
After generating a new Flutter project using very_good create, I expect flutter pub get to run successfully without any version conflicts β especially for core dependencies like intl, which are pinned by the Flutter SDK. The generated pubspec.yaml should reflect versions that are compatible with the current stable Flutter release.