-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:intltype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Describe the bug
When upgrading to 0.18.0, I get the following error:
[APP_NAME] flutter pub get
Running "flutter pub get" in APP_NAME...
Because APP_NAME depends on flutter_localizations from sdk which depends on intl 0.17.0, intl 0.17.0 is required.
So, because APP_NAME depends on intl ^0.18.0, version solving failed.
pub get failed (1; So, because APP_NAME depends on intl ^0.18.0, version solving failed.)
exit code 1
To Reproduce
- Upgrade
intl
to 0.18.0. - Run
flutter pub get
System info
Can not, because flutter pub get
failed.
Versions
- Flutter: 3.3.10
- environment sdk: ">=2.18.6 <3.0.0"
- flutter_localizations: sdk: flutter
akaiser, under3415, dmitry-nechaev, maxlapides, OleksandrDiachenko and 23 more
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:intltype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)