FLUTTER ECOSYSTEM

chandabdullah/horizontal_week_calendar

chandabdullah/horizontal_week_calendar open-source repository details.

horizontal_week_calendar のプロジェクト画像
Stars
6
Forks
11
最終プッシュ(UTC)
2025/02/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