saet_custom_date_picker 0.1.0 copy "saet_custom_date_picker: ^0.1.0" to clipboard
saet_custom_date_picker: ^0.1.0 copied to clipboard

Custom Date Picker, based on Flutter CalendarDatePicker

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.

0
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Custom Date Picker, based on Flutter CalendarDatePicker

License

unknown (license)

Dependencies

flutter

More

Packages that depend on saet_custom_date_picker