anicdh / date_range_picker

Flutter date range pickers use a dialog window to select a range of date on mobile.
MIT License
220 stars 125 forks source link

Selected date dropped when switching a year #16

Open vulegend opened 5 years ago

vulegend commented 5 years ago

The selected date drops when switching a year through the year picker. I want to select for example June 5th 2015 to June 5th 2019 without having to scroll through dates manually. Is it possible to add such a feature in? Thanks