horizontal_week_calendar 0.0.17 copy "horizontal_week_calendar: ^0.0.17" to clipboard
horizontal_week_calendar: ^0.0.17 copied to clipboard

A horizontal week calender with on change week and on date selected function

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

24
likes
160
pub points
89%
popularity

Publisher

unverified uploader

A horizontal week calender with on change week and on date selected function

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

carousel_slider, flutter, intl

More

Packages that depend on horizontal_week_calendar