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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
0
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.09 - 2025.01.21

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, get, intl, provider

More

Packages that depend on gh_calendar