This package provides a customizable calendar widget for Flutter, highlighting events, special dates, and more.

Features

• Lightweight, flexible design for multiple use cases
• Easy configuration for styles, date formatting, and event markers

Getting started

Follow Flutter’s standard setup, then add this package as a dependency in your pubspec.yaml.

Usage

Import the package and add the CustomCalendar widget in your widget tree:

CustomCalendar(
    onDateSelected: (date) {
        // Handle date selection
    },
);

Additional information

Contributions, issues, and pull requests are welcome via the package’s GitHub repository. Expect timely responses from the maintainers.