0 purchases
vant flutter
Vant Flutter #
参照 vant-v3.3.7 的 flutter 版本,参数、方法和 vant 基本一致。
添加依赖 #
dependencies:
vant_flutter: ^0.0.1
copied to clipboard
简单的示例 #
import 'package:vant_flutter/main.dart';
VanButton(
text: "主要按钮",
type: VantButtonType.primary,
icon: Icon(Icons.access_alarm),
)
copied to clipboard
flutter 版本信息 #
flutter --version
copied to clipboard
Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 77d935af4d (13 days ago) • 2021-12-16 08:37:33 -0800
Engine • revision 890a5fca2e
Tools • Dart 2.15.1
copied to clipboard
组件 #
组件
进度
版本
Button 按钮
已完成
v0.0.1
Cell 单元格
已完成
v0.0.1
Calendar 日历
已完成
v0.0.2
Field 输入框
进行中
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.