horizontal_week_calendar 0.0.15 copy "horizontal_week_calendar: ^0.0.15" to clipboard
horizontal_week_calendar: ^0.0.15 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"

21
likes
130
pub points
86%
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