calendar_cc 0.0.4 calendar_cc: ^0.0.4 copied to clipboard
Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Fork of https://pub.dev/packages/flutter_clean_calendar
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add calendar_cc
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
calendar_cc: ^0.0.4
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:calendar_cc/calendar.dart';
import 'package:calendar_cc/calendar_tile.dart';
import 'package:calendar_cc/date_picker_config.dart';
import 'package:calendar_cc/date_utils.dart';
import 'package:calendar_cc/enums.dart';
import 'package:calendar_cc/expansion_cross_fad.dart';
import 'package:calendar_cc/flutter_calendar_event.dart';
import 'package:calendar_cc/platform_widgets.dart';
import 'package:calendar_cc/simple_gesture_detector.dart';
import 'package:calendar_cc/typedefs.dart';