subhamayd2 / day_night_time_picker

A day night time picker for Flutter. Beautiful day and night animation with Sun and Moon assets.
https://pub.dev/packages/day_night_time_picker
Apache License 2.0
93 stars 83 forks source link

Make 'value' parameter optional (and min... max... parameters) #126

Open DevTello opened 5 months ago

DevTello commented 5 months ago

Hi, I have to provide the default time in 'value' parameter, and in case I'm also providing min... and max... time constraints, I need to manually clamp the 'value' default time in the allowed range, otherwise, I'm getting an exception. Can 'value' be nullable and the rest done under the hood?

Also, it would be nice if 'minHour', 'minMinute', 'maxHour', and 'maxMinute' parameters also were nullable