codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

error when update package intl 0.17.0 #24

Closed tuemaytinh1981 closed 3 years ago

tuemaytinh1981 commented 3 years ago

Because flutter_material_pickers >=1.9.2 depends on intl >=0.16.0 <=0.17.0-nullsafety.2 and waitingwork depends on intl ^0.17.0, flutter_material_pickers >=1.9.2 is forbidden. So, because waitingwork depends on flutter_material_pickers ^1.9.2, version solving failed. pub get failed (1; So, because waitingwork depends on flutter_material_pickers ^1.9.2, version solving failed.) Process finished with exit code 1

Thanks.

Joseph-Nathan commented 3 years ago

please help .

6h4n3m commented 3 years ago

26 should fix this issue, this is happening because one of your packages depends on the stable null safe version of the intl package and v1.9.2 is not null safe.

The update is not on Pub yet, cc @codegrue can tell you when to expect the package itself to be updated on Pub.

codegrue commented 3 years ago

This was fixed a few weeks back.