Open daveshirman opened 2 years ago
Thanks for this repo, super useful.
I have a particular requirement that I render the day events as a list view, not a month style grid of days, i.e. full width items.
Is there an easy way to change the dayBuilder such that it doesn't force the render of days as a grid, but instead lets me make my own vertical list?
dayBuilder
Thanks again.
that's not a feature right now, this is something that could be implemented in the future by exposing a gridDelegate.
Thanks for this repo, super useful.
I have a particular requirement that I render the day events as a list view, not a month style grid of days, i.e. full width items.
Is there an easy way to change the
dayBuilder
such that it doesn't force the render of days as a grid, but instead lets me make my own vertical list?Thanks again.