y_calendar 1.0.5 copy "y_calendar: ^1.0.5" to clipboard
y_calendar: ^1.0.5 copied to clipboard

A beautiful and user-friendly Flutter calendar picker component that supports both single-date and date-range selection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add y_calendar

With Flutter:

 $ flutter pub add y_calendar

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

dependencies:
  y_calendar: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:y_calendar/y_calendar.dart';
1
likes
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful and user-friendly Flutter calendar picker component that supports both single-date and date-range selection.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on y_calendar