# README

```
此项目仅供本人学习用，更新频率慢，若在项目中使用请移步到其它成熟的组件库
This project is only for my own study, the update frequency is slow and untested, if you use it in the project, please move to other mature component libraries
```

## Flutter Vant Kit

Flutter Vant Kit is a [Vant](https://youzan.github.io/vant/#/zh-CN/intro) style flutter UI library.

### Introduction

#### How to use

```
dependencies:
  flutter_vant_kit: ^0.3.0
```

#### How to run demo

```
cd example/
flutter run
```

### API

View [Documentation](https://benjaken.gitbook.io/flutter-vant-kit) 或 【[中文版](https://github.com/benjaken/flutter_vant_kit/blob/master/doc/zh/README.md)|[English](https://github.com/benjaken/flutter_vant_kit/blob/master/doc/en/README.md)】

### Demo Screenshot

![Buttons](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/button.gif) ![Cell](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/cell.gif) ![Field](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/field.gif) ![PasswordInput](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/passwordInput.gif) ![ImageWall](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/imageWall.gif) ![Steps](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/steps.gif) ![TreeSelect](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/treeSelect.gif) ![AddressList](https://raw.githubusercontent.com/benjaken/flutter_vant_kit/master/imgs/addressList.gif)
