saet_custom_date_picker 0.1.3
saet_custom_date_picker: ^0.1.3 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.