infinite_calendar_view 2.11.2
infinite_calendar_view: ^2.11.2 copied to clipboard
Easily build your different views of your calendar with this package. Month, week, multi days, one day, list ... and many features of the calendar widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add infinite_calendar_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
infinite_calendar_view: ^2.11.2Alternatively, 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:infinite_calendar_view/infinite_calendar_view.dart';