calendar_kit 0.0.2 copy "calendar_kit: ^0.0.2" to clipboard
calendar_kit: ^0.0.2 copied to clipboard

A customizable Flutter calendar package with support for single date and date range selection. Features include flexible styling, date constraints and navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add calendar_kit

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

dependencies:
  calendar_kit: ^0.0.2

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_kit/calendar_kit.dart';
0
likes
150
points
142
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter calendar package with support for single date and date range selection. Features include flexible styling, date constraints and navigation.

Repository (GitHub)
View/report issues

Topics

#calendar #date-picker #date-range #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on calendar_kit