flutter_date_pickers icon indicating copy to clipboard operation
flutter_date_pickers copied to clipboard

Please add a TextStyle for dates outside the selected month

Open ma-ruz opened this issue 2 years ago • 1 comments

When showNextMonthStart and/or showPrevMonthEnd are turned on, it would be fine to be able to display the added days in a different TextStyle. Please add it to DatePickerStyles.

ma-ruz avatar Mar 31 '22 15:03 ma-ruz

I solved it by using an eventDecorationBuilder which compares the date with the selected month which I have to store in onMonthChanged which needs the widget to be rebuilt (to apply the colors after switching the month) but I hope this is just a temporary solution as it can be much more easily implemented in the library.

ma-ruz avatar Mar 31 '22 15:03 ma-ruz