custom_calendar_new 0.0.3 copy "custom_calendar_new: ^0.0.3" to clipboard
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 dayStatusMap are rendered.
  • Status-based background colors and text styles are customizable through statusColors and statusTextStyles.

Added #

  • Support for flexible number of status types (e.g., 'present', 'leave', 'holiday', etc.).
  • Dynamic calendar rendering without requiring all status lists.

1.0.0 - 2025-07-30 #

Added #

  • Initial release of custom_calendar Flutter plugin.
  • Calendar grid view with static lists for:
    • presentDays
    • leaveDays
    • holidays
    • lateEarlyDays
    • absentDays
    • onDutyWFHDays
    • weekEndDays
  • Static color and style configuration for each status.
1
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable calendar widget with support for marking present, leave, holidays, and more.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on custom_calendar_new