calendar_widget 0.1.0 copy "calendar_widget: ^0.1.0" to clipboard
calendar_widget: ^0.1.0 copied to clipboard

A Flutter package for a calendar widget. Shows a scrollable month view and allows for highlighting of days and touch actions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add calendar_widget

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

dependencies:
  calendar_widget: ^0.1.0

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_widget/calendar_widget.dart';
4
likes
40
pub points
8%
popularity

Publisher

unverified uploader

A Flutter package for a calendar widget. Shows a scrollable month view and allows for highlighting of days and touch actions.

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on calendar_widget