scrollable_dragable_calendar

Creator: coderz1093

Last updated:

0 purchases

scrollable_dragable_calendar Image
scrollable_dragable_calendar Images
Add to Cart

Description:

scrollable dragable calendar

scrollable_dragable_calendar #
A flutter widget for boxing images.
Features #

scrollable calendar

Getting started #
To use this package, add scrollable_dragable_calendar as a dependency in your pubspec.yaml file.
Usage #
Minimal example:
ScrollableDragableCalendar(initialDate: initialDate, firstDate: firstDate, lastDate: lastDate, onDateSelected: onDateSelected)
copied to clipboard
Custom settings:
ScrollableDragableCalendar(
initialDate: _selectedDate,
firstDate: DateTime.utc(2000, 1, 1),
lastDate: DateTime.utc(2100, 12, 31),
onDateSelected: (date) {
setState(() {
_selectedDate = date;
});
},
leftMargin: 150,
monthColor: Colors.black,
activeDayColor: Colors.black,
activeBackgroundDayColor: const Color(0xFFEBEDF9),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator