Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give MonthBuilder full control of month layout #33

Open
enhan2020 opened this issue Jan 6, 2023 · 1 comment
Open

Give MonthBuilder full control of month layout #33

enhan2020 opened this issue Jan 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@enhan2020
Copy link

enhan2020 commented Jan 6, 2023

Thanks for the convenient and highly customizable package.

I would like to show some info below each month, it would be great if there is option to customize the footer for each month.

Thanks.

Eg.
image

@casvanluijtelaar
Copy link
Owner

could be done, I guess for now you can put it into next months header. To add on to this request, ideally I want to provide the days as a child widget to the month builder, so monthBuilder can be in full controll of the widget layout, background etc... e.g.:

monthBuilder: (month, year, child) {
    return Column(
       mainAxisSize: MainAxisSize.min,
       children: [
           Header(),
           child, // the months "days" grid layout
           Footer(),
       ],
    ),
}

@casvanluijtelaar casvanluijtelaar changed the title Add MonthFooterBuilder Give MonthBuilder full control of month layout Jan 9, 2023
@casvanluijtelaar casvanluijtelaar self-assigned this Jan 9, 2023
@casvanluijtelaar casvanluijtelaar added the enhancement New feature or request label Jan 9, 2023
@casvanluijtelaar casvanluijtelaar removed their assignment Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants