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
106 stars 154 forks source link

If you having `intl: 0.9.0` problem, try this #96

Open yuan-kuan opened 1 month ago

yuan-kuan commented 1 month ago
  date_time_picker:
       git:
         url: https://github.com/yuan-kuan/date_time_picker.git

In the midst of chaos scrambling to fix my project, I didn't fork correctly. Sorry authors!

But I think I should be using other package or might not even need a 3rd party for Date picker now. Created this just to get pass the current crisis.

cloudy3 commented 1 month ago

bless you

AndreLuizNogueira commented 2 days ago

or just add the override like this... i've been using like this for months

dependency_overrides: intl: ^0.19.0