dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

Missing dates #110

Open ollyde opened 4 years ago

ollyde commented 4 years ago

This date picker is actually missing dates

For example, July the 31st, 1992.

85222591-ad3e8280-b3bc-11ea-8c24-09317e0cc8c8
ollyde commented 4 years ago

For anyone else, there's a Flutter date picker: https://flutter-widget.live/widgets/CupertinoDatePicker but it doesn't look as good :-/

eric8words commented 4 years ago

I was facing the same issue previously. set true or false to onMonthChangeStartWithFirstDate will fix the issue.

justatipfromthedeadsequoiatree commented 3 years ago

I was facing the same issue previously. set true or false to onMonthChangeStartWithFirstDate will fix the issue.

Hi, can you elaborate more on how you solve this problem?

justatipfromthedeadsequoiatree commented 3 years ago

I was facing the same issue previously. set true or false to onMonthChangeStartWithFirstDate will fix the issue.

Hi, can you elaborate more on how you solve this problem?

For those who is wondering, just set true like this

onMonthChangeStartWithFirstDate = true,