wulai_flutter 0.0.1
wulai_flutter: ^0.0.1 copied to clipboard
提供一个“到期日”管理的功能,当某个日期临近或到达时,可以触发特定的行为
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wulai_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wulai_flutter: ^0.0.1Alternatively, 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:wulai_flutter/wulai_flutter.dart';