custom_calender_picker 0.1.1 copy "custom_calender_picker: ^0.1.1" to clipboard
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 #

each

Range Example #

range)

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

8
likes
140
pub points
77%
popularity

Publisher

unverified uploader

This package is a customizable calender_picker.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_calender_picker