https://github.com/luo3house/flutter_vant
Flutter Widgets kit based on Vant Design
https://github.com/luo3house/flutter_vant
flutter ui-kit ui-library vant widgets
Last synced: 11 months ago
JSON representation
Flutter Widgets kit based on Vant Design
- Host: GitHub
- URL: https://github.com/luo3house/flutter_vant
- Owner: luo3house
- License: mit
- Created: 2023-06-08T07:59:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T10:25:47.000Z (about 2 years ago)
- Last Synced: 2025-04-10T16:33:02.183Z (about 1 year ago)
- Topics: flutter, ui-kit, ui-library, vant, widgets
- Language: Dart
- Homepage: https://luo3house.github.io/flutter_vant
- Size: 456 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter Vant UI
轻量、快速的 Flutter 端组件,基于 Vant 风格设计。
[](https://pub.dev/packages/flutter_vantui)
[](https://luo3house.github.io/flutter_vant/)
## 开发文档 & 演示
[https://luo3house.github.io/flutter_vant/](https://luo3house.github.io/flutter_vant/)
## 特性
- 封装 30+ 常用业务组件,开箱即用
- 从根本出发,无 Material、Cupertino 依赖
- 纯 Dart 实现,无原生代码
- 高度同步 Vant 的设计风格,也可以定制主题
- 支持深色模式
- 一应俱全,按需引入
## 安装
于 `pubspec.yaml` 添加依赖。
添加 pub.dev 上发布的较稳定版本。
```yaml
dependencies:
flutter_vantui:
```
或使用 Github 更新较活跃的版本。
```yaml
dependencies:
flutter_vantui:
git:
url: https://github.com/luo3house/flutter_vant
path: vantui
ref:
```
## 辅助开发
Flutter 使用大量组合对象构建一个渲染盒以提高性能,同时也增加了对应功能的代码量,如果你正在使用快速原型,建议使用类似 Flutter Tailwind 的盒模型辅助开发。如 TailStyle。
在 Flutter Vant UI 里,许多盒模型都通过 TailStyle 创建。
[](https://pub.dev/packages/tailstyle)



## License
MIT (c) 2023-present, Luo3House.