m3uzz / date_time_picker

A Flutter widget to show a text form field to display a date or clock dialog. This widget extend TextField and has a similar behavior as TextFormField.
https://pub.dartlang.org/packages/date_time_picker
Other
105 stars 162 forks source link

Flutter v 2 #26

Open hchaouki2 opened 3 years ago

hchaouki2 commented 3 years ago

Because no versions of date_time_picker match >1.1.1 <2.0.0 and date_time_picker 1.1.1 depends on intl ^0.16.1, date_time_picker ^1.1.1 requires intl ^0.16.1. And because every version of flutter_localizations from sdk depends on intl 0.17.0, date_time_picker ^1.1.1 is incompatible with flutter_localizations from sdk. So, because imperuim_plus depends on both flutter_localizations any from sdk and date_time_picker ^1.1.1, version solving failed. pub get failed (1; So, because imperuim_plus depends on both flutter_localizations any from sdk and date_time_picker ^1.1.1, version solving failed.)

ElXak commented 3 years ago

Because date_time_picker 1.1.1 depends on intl ^0.16.1 and no versions of date_time_picker match >1.1.1 <2.0.0, date_time_picker ^1.1.1 requires intl ^0.16.1. So, because e_shop depends on both date_time_picker ^1.1.1 and intl ^0.17.0, version solving failed. pub get failed (1; So, because e_shop depends on both date_time_picker ^1.1.1 and intl ^0.17.0, version solving failed.)

nekoto-kun commented 3 years ago

Someone has requested PR #14 since December 2020 and still open. Hope new version of this package will be updated really quick since Flutter 2 gives major breaking changes almost to everyone.

hslbetto commented 3 years ago

Version 2.0.0 is available with the necessary updates