v0.0.20horizontal_week_calendar
A horizontal week calender with on change week and on date selected function
62Likes 17730-day downloads140Pub points
AndroidiOSWebmacOSWindowsLinux
chandabdullah/horizontal_week_calendar open-source repository details.
{"sdk":"flutter"}^0.19.0^7.0.1{"sdk":"flutter"}^2.0.0English project snapshot. Visit GitHub for the latest content.
Add horizontal_week_calendar: to your pubspec.yaml dependencies then run flutter pub get
dependencies:
horizontal_week_calendar:
Add this line to import the package.
import 'package:horizontal_week_calendar/horizontal_week_calendar.dart';
HorizontalWeekCalendar(
onDateChange: (date) {
setState(() {
selectedDate = date;
});
},
),