calendar_picker_sl 0.0.2 copy "calendar_picker_sl: ^0.0.2" to clipboard
calendar_picker_sl: ^0.0.2 copied to clipboard

日期选择器,包括农历

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add calendar_picker_sl

With Flutter:

 $ flutter pub add calendar_picker_sl

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

dependencies:
  calendar_picker_sl: ^0.0.2

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:calendar_picker_sl/calendar_picker_widget_logic.dart';
import 'package:calendar_picker_sl/calendar_picker_widget_view.dart';
import 'package:calendar_picker_sl/calendar_tool.dart';
import 'package:calendar_picker_sl/common/app_click_view.dart';
import 'package:calendar_picker_sl/common/calendar_config.dart';
import 'package:calendar_picker_sl/common/calendar_month_model.dart';
import 'package:calendar_picker_sl/common/common_method.dart';
1
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

日期选择器,包括农历

Homepage

License

unknown (license)

Dependencies

flutter, flutter_localization, flutter_screenutil, flutter_smart_dialog, get, intl, plugin_platform_interface

More

Packages that depend on calendar_picker_sl