calender_picker 2.0.2 calender_picker: ^2.0.2 copied to clipboard
Flutter CalenderPicker Library that provides a calendar as a horizontal timeline and single section and multiple selections options also available.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add calender_picker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
calender_picker: ^2.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:calender_picker/calender_picker.dart';