gh_calendar 0.1.1 copy "gh_calendar: ^0.1.1" to clipboard
gh_calendar: ^0.1.1 copied to clipboard

This package provides the ability to easily draw a calendar with single date selections and period selections.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gh_calendar

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

dependencies:
  gh_calendar: ^0.1.1

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:gh_calendar/gh_calendar.dart';
0
likes
140
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package provides the ability to easily draw a calendar with single date selections and period selections.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, get, intl, provider

More

Packages that depend on gh_calendar