custom_calendar_new 0.0.3
custom_calendar_new: ^0.0.3 copied to clipboard
A customizable calendar widget with support for marking present, leave, holidays, and more.
0.0.3 - 2025-07-31 #
Fixed #
- Added documentation for all public APIs.
- Resolved pub.dev analyzer warnings.
0.0.2 - 2025-07-31 #
Changed #
- Refactored calendar logic to support dynamic day status mapping via
Map<String, List<int>> dayStatusMap. - Removed hardcoded status lists (
presentDays,leaveDays, etc.). - Now only the statuses passed to
dayStatusMapare rendered. - Status-based background colors and text styles are customizable through
statusColorsandstatusTextStyles.
Added #
- Support for flexible number of status types (e.g., 'present', 'leave', 'holiday', etc.).
- Dynamic calendar rendering without requiring all status lists.