casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
39 stars 33 forks source link

feat: add optional padding parameter to calendar #36

Closed Snorlax8 closed 1 year ago

Snorlax8 commented 1 year ago

Hi! We wanted to have an option to give the calendar some padding. What we were specifically looking for, was a way for the calendar to have a bottom margin, but we decided it would be more useful to have a flexible parameter that just worked with whatever EdgeInsets it was given. The use case for this feature can vary depending on the UI. In our case, we had a bottom sheet that, when popped up, almost completely covered the last month of the calendar.

Simulator Screen Shot - iPhone 14 Pro Max - 2023-02-28 at 16 19 17

The change we made allows for the calendar to have an additional space, like this:

Simulator Screen Shot - iPhone 14 Pro Max - 2023-02-28 at 16 22 08

casvanluijtelaar commented 1 year ago

please merge the latest master to resolve analyzer issues