alanchan-dev / OmniDateTimePicker

A Flutter DateTime picker package.
MIT License
47 stars 66 forks source link

Add isForceEndDateAfterStartDate option to showOmniDateTimeRangePicker #44

Closed dalobstah closed 6 months ago

dalobstah commented 1 year ago

This PR adds the isForceEndDateAfterStartDate option (false by default) to showOmniDateTimeRangePicker, to force the selected end date to be after start date. It will disable selection of dates as well as times for the end date prior to the start date.

sonole commented 6 months ago

That is exactly what i was looking for.. Is this repository not maintened anymore?