MariaMelnik

Results 22 comments of MariaMelnik

@agutf currently it is not supported. Will think about add this feature. Thank you for posting!

@pokemonni01 currently customization for period title is not supported. You can customize day headers only. But title is going from localized month. Maybe you can add Thai locale to supported...

@intkhabahmed Hi, you can already customize styles for middleSelectedDate in case of range picker (look at the example). If you need another option for middle selected date customization could you...

@intkhabahmed @ultralcc I will add more customization. Stay tuned. I keep this issue to customization requests.

@intkhabahmed @ultralcc check 0.1.3 version. Added customizations for: - selected period text styles ``` DatePickerRangeStyles.selectedPeriodStartTextStyle, DatePickerRangeStyles.selectedPeriodEndTextStyle, DatePickerRangeStyles.selectedPeriodMiddleTextStyle ``` - previous and next page icons ``` DatePickerStyles.prevIcon, DatePickerStyles.nextIcon, ``` - day...

@HubnerJonathan do you want to be able change styles for dates of the previous and next month independently from dates of the shown month? Now they have styles according to...

@despie thank you for question! It was issue. It is fixed in "0.2.3+1" version. Please update dependency: ``` dependencies: flutter_date_pickers: ^0.2.3+1 ```

@zs-dima I chceked example with flutter 2.5.1 and it works for me (I used iPhone 12 Pro max simulator with ios 14.5) Could you provide minimal example to reproduce issue?

@magpiedigital thank you for your suggestion. I had thoughts about adding year picker here but for previous flutter version YearPicker was available to use. I think I will add YearPicker...

@zatovagul currently it is not supported to change height of the month cell. But I will definitely add it. Thank you for posting this issue!