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
just try to upgrade intl: ^0.19.0 to the latest version intl: ^0.20.2
Expected results
The intl dependency should be able to resolve to a newer version (like ^0.20.2) without any version conflicts, allowing you to use the latest features and bug fixes of the intl package.
Actual results
When trying to resolve the dependencies with intl: ^0.20.2, the following error occurs:
Because app depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because app depends on intl ^0.20.2, version solving failed.
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.3, on macOS 15.4.1 24E263 darwin-arm64, locale en-XK)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] IntelliJ IDEA Community Edition (version 2025.1)
[✓] VS Code (version 1.89.1)
[✓] Connected device (4 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered:
@mobilekodelabs
This is already done but isn't in current stable version. It'll most probably be available in next stable release. I'll close as this is already upgraded.
Steps to reproduce
just try to upgrade intl: ^0.19.0 to the latest version intl: ^0.20.2
Expected results
The intl dependency should be able to resolve to a newer version (like ^0.20.2) without any version conflicts, allowing you to use the latest features and bug fixes of the intl package.
Actual results
When trying to resolve the dependencies with intl: ^0.20.2, the following error occurs:
Because app depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because app depends on intl ^0.20.2, version solving failed.
Code sample
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
Screenshots or Video
Logs
No response
Flutter Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.3, on macOS 15.4.1 24E263 darwin-arm64, locale en-XK)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] IntelliJ IDEA Community Edition (version 2025.1)
[✓] VS Code (version 1.89.1)
[✓] Connected device (4 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered: