You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansu_ui/README.md

68 lines
1.1 KiB

4 years ago
# ansu_ui 安速物流移动组件
4 years ago
4 years ago
## dep 依赖
4 years ago
![flutter_screenutil](https://img.shields.io/badge/flutter__screenutil-3.2.0-brightgreen)
4 years ago
4 years ago
## Getting Started
### 生成关键代码
```bash
4 years ago
cd example
flutter pub run grinder update-code-segments
```
### 安装ansu_ui
#### Android
Change the minimum Android sdk version to 21 (or higher) in your `android/app/build.gradle` file.
```gradle
minSdkVersion 21
```
## ROAD MAP
* [ ] Auto Code generate
* [x] Scaffold
* [x] Button
* [ ] Extension
* [x] num ext
* [x] string ext
4 years ago
* [ ] widget ext
* [ ] image ext
* [ ] list ext
* [ ] text ext
* [ ] text style ext
* [ ] Badge
* [ ] Bars
4 years ago
* [x] TabBar
* [ ] NavigationBar
* [ ] CheckBox
* [ ] Dialog
* [ ] Divider
* [ ] Drawer
* [ ] ListTile
* [ ] Pickers
4 years ago
* [x] numeric Picker
* [ ] PopUpMenu
* [ ] Refresh
4 years ago
* [x] Tag
* [ ] TextField
* [ ] Toast
* [ ] Utils
## 贡献
[@laiiihz](http://192.168.2.201:8099/u/laiiihz)
[@zhang](http://192.168.2.201:8099/u/zhangmeng)
-----
### 组件命名
4 years ago
* 文件命名规则 `as_***`,例如 `as_button`
* 类名命名规则 `AS***`,例如`ASButton`