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;
});
},
),