vants_ui 0.0.2
vants_ui: ^0.0.2 copied to clipboard
仿 vant ui 组件
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vants_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vants_ui: ^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:vants_ui/Widget/button/button.dart';
import 'package:vants_ui/Widget/button/button_model.dart';
import 'package:vants_ui/Widget/button/button_style.dart';
import 'package:vants_ui/theme/theme.dart';
import 'package:vants_ui/vants.dart';