dylanwuzh / flutter-cupertino-date-picker

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

Fix boolean uninitialized bug #101

Closed elvisun closed 2 years ago

elvisun commented 4 years ago

onMonthChangeStartWithFirstDate can be null and it'll cause the range of days to not update.