paged_vertical_calendar 1.1.0 paged_vertical_calendar: ^1.1.0 copied to clipboard
A simple paginated framework for implementing calendar based interfaces.
1.1.0 #
- update to Flutter 3.0!!!
- BREAKING: in order to better reflect the bi-directional pagination,
startDate
&endDate
have been renamed tominDate
&maxDate
- BREAKING:
onPaginationComplete
will now return aPaginationDirection
to indicate ifminDate
ormaxDate
has been reached
1.0.6 #
- allow for bi-directional pagination. thanks to desmeit
- adds initiaDate parameter that sets the starting location of the calendar view.
1.0.5 #
- typo (woops!)
1.0.2 #
- updated pubspec to fix metadata issues
1.0.1 #
- Fixed a bug where overlapping weeks weren't calculated correctly resulting in missing days.
- added web & windows build to example
1.0.0 #
- released nullsafety
1.0.0-nullsafety #
- Migrated to nullsafety
0.0.1 #
- Initial release