codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.

Home Page:https://pub.dev/packages/flutter_material_pickers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intl update to 0.18 fail due to flutter_material_pickers

jodymac opened this issue · 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!

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

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

3.7.0 has intl 0.19.0