flutter_plugin_calendar 0.0.2
flutter_plugin_calendar: ^0.0.2 copied to clipboard
flutter自定义日历组件,视图提供仅月/周显示、月/周可切换视图(可默认月/周显示).以及可默认选中日期,支持图标、颜色等自定义等
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_plugin_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_plugin_calendar: ^0.0.2Alternatively, 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:flutter_plugin_calendar/flutter_plugin_calendar.dart';