Last updated:
0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.