Macacoazul01 / month_picker_dialog

Internationalized dialog for picking a single month from an infinite list of years.
https://pub.dev/packages/month_picker_dialog
MIT License
70 stars 97 forks source link

Set initial year in showMonthRangePicker #104

Closed kinex closed 2 months ago

kinex commented 2 months ago

showMonthRangePicker allows now setting initialRangeDate and endRangeDate, but the widget always shows the current year initially even if initial range is for example 1/2022-3/2022. It would be more logical to show initially the year of the initialRangeDate or add a parameter for the initial year.

Macacoazul01 commented 2 months ago

fixed in 5.1.2