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
826 stars 298 forks source link

feat: added custom header builder #339

Closed Neillbar closed 1 year ago

Neillbar commented 1 year ago

Title: Added Custom Header Builder Functionality

Description:

This pull request adds a custom header builder function to the package, which allows users to build their own header component. The header builder function provides users with three values - previousMonth, nextMonth, and headerTitle - that they can use to customize their header component.

Header builder definition: Header builder provides you with three values, Function previousMonth => when calling this function it moves back one month Function nextMonth => when calling this function it moves forward one month String headerTitle => it provides you with a header title example: Mar 2023

Example: Screenshot 2023-03-30 at 13 15 23

Outcome: Screenshot 2023-03-30 at 13 08 46

github-actions[bot] commented 1 year ago

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