calendar_flutter 1.0.6 copy "calendar_flutter: ^1.0.6" to clipboard
calendar_flutter: ^1.0.6 copied to clipboard

outdated

A custom calendar for flutter apps. It supports displaying events as a continuous UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add calendar_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  calendar_flutter: ^1.0.6

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_flutter/calendar_event.dart';
import 'package:calendar_flutter/calendar_utils.dart';
import 'package:calendar_flutter/flutter_calendar.dart';
import 'package:calendar_flutter/month_view.dart';
2
likes
40
pub points
28%
popularity

Publisher

unverified uploader

A custom calendar for flutter apps. It supports displaying events as a continuous UI.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

auto_size_text, flutter

More

Packages that depend on calendar_flutter