v0.0.20horizontal_week_calendar
週単位の水平カレンダーで、週の変更と日付選択機能を備えています
62いいね 17730日間ダウンロード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;
});
},
),