custom_calender_picker 0.1.1 custom_calender_picker: ^0.1.1 copied to clipboard
This package is a customizable calender_picker.
Intro #
This package is a customizable calender_picker #
List Example #
Range Example #
How to use #
// DateList or DateRange
final ReturnDateType returnDateType;
// if returnDateType is list, initial value
final List<DateTime>? initialDateList;
// if returnDateType is range, initial value
final DateTimeRange? initialDateRange;
final Color selectedColor;
final Color rangeColor;
final Color? selectedFontColor;
//light or dark
final CalenderThema calenderThema;
final BorderRadius borderRadius;
final Color buttonColor;
final String buttonText;
final Color buttonTextColor;
Create your own calender picker using the above parameters