flutter_material_pickers icon indicating copy to clipboard operation
flutter_material_pickers copied to clipboard

intl update to 0.18 fail due to flutter_material_pickers

Open jodymac opened this issue 3 years ago • 2 comments

Trying to update all my packages and ran across this issue on ios. Just upgraded flutter as well to see if that would help.

Because flutter_material_pickers >=2.0.0 depends on intl ^0.17.0 and niks depends on intl ^0.18.0, flutter_material_pickers >=2.0.0 is forbidden. So, because niks depends on flutter_material_pickers ^3.1.2, version solving failed. Running "flutter pub get" in niks...
pub get failed (1; So, because niks depends on flutter_material_pickers ^3.1.2, version solving failed.)

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.3.10, on macOS 12.6.1 21G217 darwin-x64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 14.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2) [✓] VS Code (version 1.74.2) [✓] Connected device (2 available) [✓] HTTP Host Availability

• No issues found!

jodymac avatar Dec 29 '22 20:12 jodymac

download zip,fix yaml,set intl: ^0.17.0 to intl: ^0.18.0

xiaoxiaonian avatar Feb 10 '23 06:02 xiaoxiaonian

@codegrue Could we get a build rolled out with this fix in it? Version 3.3 does not have it. Thank you

clintonrocksmith avatar May 15 '23 01:05 clintonrocksmith

3.7.0 has intl 0.19.0

codegrue avatar May 20 '24 19:05 codegrue