-
Notifications
You must be signed in to change notification settings - Fork 235
Description
Description
Because APP_NAME depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because APP_NAME depends on intl ^0.17.0, version solving failed
Steps To Reproduce
- very_good create flutter_app APP_NAME
Expected Behavior
To complete setup of the app without any errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Context
very_good create flutter_app khaabr
⠙ Bootstrapping... (85ms)conflict khaabr/pubspec.lock
Overwrite pubspec.lock? (Yyna) n
⠹ Bootstrapping... (7.1s)conflict khaabr/pubspec.yaml
Overwrite pubspec.yaml? (Yyna) nyes
✓ Generated 240 file(s) (27.0s)
✓ Running "flutter packages get" in ./khaabr (1.4s)
Unhandled exception:
ProcessException: Standard out
Resolving dependencies...
Standard error
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because khaabr depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because khaabr depends on intl ^0.17.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
- Try upgrading your constraint on intl: flutter pub add intl:^0.18.1
Command: flutter packages get
#0 _Cmd._throwIfProcessFailed (package:very_good_cli/src/cli/cli.dart:145:7)
ci: add main workflow #1 _Cmd.run (package:very_good_cli/src/cli/cli.dart:97:7)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status