scrolling_calendar 0.2.12
scrolling_calendar: ^0.2.12 copied to clipboard
A infinite-scrolling calendar widget. Supports selecting and tagging individual dates.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scrolling_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scrolling_calendar: ^0.2.12Alternatively, 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_calendar/scrolling_calendar.dart';