scrolling_day_calendar 2.0.2 copy "scrolling_day_calendar: ^2.0.2" to clipboard
scrolling_day_calendar: ^2.0.2 copied to clipboard

A flutter calendar package to allow users to scroll through given dates

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scrolling_day_calendar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  scrolling_day_calendar: ^2.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:scrolling_day_calendar/scrolling_day_calendar.dart';
3
likes
40
pub points
15%
popularity

Publisher

unverified uploader

A flutter calendar package to allow users to scroll through given dates

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on scrolling_day_calendar