0 purchases
custom 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;
copied to clipboard
Create your own calender picker using the above parameters
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.