Flutter doctor
```bash
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.22.0, on Microsoft Windows [Versi¢n 10.0.22631.3527], locale es-ES)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.5)
[√] Android Studio (version 2023.2)
[√] VS Code, 64-bit edition (version 1.89.1)
[√] Connected device (1 available)
[√] Network resources
```
Minimal code example
Code sample
```dart
flutter pub update
```
Current Behavior
flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required
form_builder_validators ^9.1.0, version solving failed because dependes on intl ^0.18.0
Expected Behavior
flutter pub update updates to latest packaged using intl 0.19.0
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
Flutter doctor
```bash Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.22.0, on Microsoft Windows [Versi¢n 10.0.22631.3527], locale es-ES) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.5) [√] Android Studio (version 2023.2) [√] VS Code, 64-bit edition (version 1.89.1) [√] Connected device (1 available) [√] Network resources ```Minimal code example
Code sample
```dart flutter pub update ```Current Behavior
flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required form_builder_validators ^9.1.0, version solving failed because dependes on intl ^0.18.0
Expected Behavior
flutter pub update updates to latest packaged using intl 0.19.0
Steps To Reproduce
flutter pub update
Aditional information
No response