v0.0.20horizontal_week_calendar
一个水平的周日历,带有更改周和选择日期的函数
62喜欢 177近 30 天下载140Pub 分数
AndroidiOSWebmacOSWindowsLinux
chandabdullah/horizontal_week_calendar open-source repository details.
{"sdk":"flutter"}^0.19.0^7.0.1{"sdk":"flutter"}^2.0.0以下为英文项目原文快照,最新内容请访问 GitHub。
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;
});
},
),