legacy_calendar 1.0.1
legacy_calendar: ^1.0.1 copied to clipboard
A customizable and themeable calendar widget for Flutter that provides a classic calendar view.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add legacy_calendar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
legacy_calendar: ^1.0.1
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:legacy_calendar/legacy_calendar.dart';