gh_calendar 0.1.1 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