FLUTTER ECOSYSTEM

chandabdullah/horizontal_week_calendar

chandabdullah/horizontal_week_calendar open-source repository details.

horizontal_week_calendar 專案封面
Stars
6
Forks
11
最近推送(UTC)
2025年2月23日
專案狀態
未封存
Abdullah GitHub avatar
GITHUB User

Abdullah ↗

Co-Founder @Next-Level-Software

Next Level SoftwareFaisalabad, Pakistan
語言DartC++CMakeHTMLCSwiftKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 5 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Installation

Add horizontal_week_calendar: to your pubspec.yaml dependencies then run flutter pub get

 dependencies:
  horizontal_week_calendar:

Import

Add this line to import the package.

import 'package:horizontal_week_calendar/horizontal_week_calendar.dart';

How to use

HorizontalWeekCalendar(
  onDateChange: (date) {
    setState(() {
      selectedDate = date;
    });
  },
),

Preview

drawing

Support me

Buy Me A Coffee