calendar_viewer 1.1.0
calendar_viewer: ^1.1.0 copied to clipboard
A highly customizable calendar widget designed for reservations, events, and multi-language support.
1.1.0 05/04/2026 #
- Breaking: Replaced boolean
showNextMonthDayswithshowOutsideDaysto properly support prefix days. - Breaking: Renamed
nextMonthDateConfigandnextMonthDateConfigBuildertooutsideDateConfigandoutsideDateConfigBuilder. - Feature: Added
startWeekdayparameter (int?) to allow explicit control over the calendar's first day of the week (1 = Monday, 7 = Sunday). - Feature: Added
alwaysShowFullRowsto force consistent layout sizing across all months dynamically, perfectly fixing previous vertical overflow constraints.
1.0.8 12/03/2026 #
- Fix
onTapandonLongPresscallbacks not being triggered when usingdateConfigBuilderornextMonthDateConfigBuilder. - Add
hasOnTapandhasOnLongPressgetters inCalendarDateConfig.
1.0.7 11/03/2026 #
- Remove class modifier
finalfrom config classes.
1.0.6 11/03/2026 #
- Add
rowSpacingproperty.
1.0.5 11/03/2026 #
- Add
ScrollPhysicsproperty toCalendarPageViewer.
1.0.4 19/01/2026 #
- Add
CalendarListViewerMonthHeaderwidget toCalendarListViewer.
1.0.3 19/01/2026 #
- Add
CalendarListViewerwidget.
1.0.2 12/01/2026 #
- Add
showNextMonthDaysto show/hide next month days in the current month's calendar. - Add
marginto day widget.
1.0.1 12/01/2026 #
- Separate [CalendarViewer] to [CalendarPageViewer] and [CalendarTabBarViewer].
1.0.0+3 18/11/2024 #
- Dart format some files.
1.0.0+2 18/11/2024 #
- Correct github example path in README.md.
1.0.0+1 18/11/2024 #
- Add pub and github examples paths in README.md.
1.0.0 18/11/2024 #
- Initial release.