dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
838 stars 305 forks source link

Calendar header text: It will be better to have builder function instead of string property #351

Closed shehab0717 closed 8 months ago

shehab0717 commented 11 months ago

Version: 2.4.2

First of all, thank you for this awesome package.

I only have an improvement suggestion for the calendar header, currently we can customize the header text by setting the property headerText which is fine for many cases. But in my case I need to set the header title to be Month - total income for example (Aug - 200$ so if we could have a builder function like Widget headerBuilder(int month) this will help the user to access the current month name while he can edit the presentation of the header

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.