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

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.1.5

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_flutter.dart';
2
likes
40
pub points
34%
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