y_calendar 1.0.3
y_calendar: ^1.0.3 copied to clipboard
一个美观、易用的 Flutter 日历选择组件,支持单日期选择和日期范围选择。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add y_calendarWith Flutter:
$ flutter pub add y_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
y_calendar: ^1.0.3Alternatively, 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';