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