flip_calendar 0.1.1
flip_calendar: ^0.1.1 copied to clipboard
A customizable calendar widget with page-turn animations and swipe gesture navigation.
Change Log #
2026-02-22 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
flip_calendar - v0.1.1
0.1.0 #
- Initial release of
flip_calendar— a month calendar widget with realistic page-turn animations powered bypage_turn_animation. - Swipe gesture navigation with flick detection, configurable thresholds, and support for all four bound edges (top, bottom, left, right).
CalendarControllerfor programmatic navigation withisAnimatingstate for coordinating external UI.- Flexible date constraints via
DateConstraint— supports fixed, relative, and dynamic (e.g., today) boundaries for both navigation and selection. - Fully customizable day cell rendering through
dayBuilderwithCalendarDayDataproviding per-cell state (today, selected, enabled, current month, etc.). CalendarStylewith built-in light and dark presets,copyWithsupport, and fine-grained control over grid, header, animation, and gesture behavior.CalendarStylewith built-in light and dark presets,copyWithsupport, and fine-grained control over grid, header, animation, and gesture behavior.