maxx_calendar 1.0.11
maxx_calendar: ^1.0.11 copied to clipboard
A beautiful calendar library for cross platforms which provides two month view modes along with color customization and callbacks for events and navigation buttons.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maxx_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
maxx_calendar: ^1.0.11Alternatively, 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:maxx_calendar/maxx_calendar.dart';