flip_calendar 0.1.0
flip_calendar: ^0.1.0 copied to clipboard
A customizable calendar widget with page-turn animations and swipe gesture navigation.
CHANGELOG #
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.