horizontal_week_calendar

Creator: coderz1093

Last updated:

Add to Cart

Description:

horizontal week calendar

Installation #
Add horizontal_week_calendar: to your pubspec.yaml dependencies then run flutter pub get
dependencies:
horizontal_week_calendar:
copied to clipboard
Import #
Add this line to import the package.
import 'package:horizontal_week_calendar/horizontal_week_calendar.dart';
copied to clipboard
How to use #
HorizontalWeekCalendar(
onDateChange: (date) {
setState(() {
selectedDate = date;
});
},
),
copied to clipboard
Preview #

Support me #

License

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

Customer Reviews

There are no reviews.