calendar_package 0.0.6 copy "calendar_package: ^0.0.6" to clipboard
calendar_package: ^0.0.6 copied to clipboard

A flutter package to add a calendar to your booking apps. It can select two different dates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add calendar_package

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

dependencies:
  calendar_package: ^0.0.6

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_package/calendar_package.dart';
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A flutter package to add a calendar to your booking apps. It can select two different dates.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on calendar_package