simple_horizontal_calendar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple horizontal calendar

Flutter Horizontal Calendar #
Flutter UI package to interact with canelder in horizontal view. This package also supports custom header and chile element.
Features: #

Interact with horizontal scrollable calendar
Add custom child
Add custom header

Sample #

Getting Started #
Import #
Add the following import in the pubspec.yaml file
simple_horizontal_calendar:
git:
url: https://github.com/pratikbaid3/flutter_horizontal_calendar
copied to clipboard
Example #
HorizontalCalender(
onSelected: (DateTime date) {
setState(() {
selectedDate = DateFormat('dd MMMM, yyyy').format(date);
});
},
),
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