custom_calendar_viewer 0.4.9 custom_calendar_viewer: ^0.4.9 copied to clipboard
Amazing package help you to view your plans or important dates in calendar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_calendar_viewer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
custom_calendar_viewer: ^0.4.9
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:custom_calendar_viewer/custom_calendar_viewer.dart';