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 安速物流移动组件
|
|
|
|
|
|
|
|
## dep 依赖
|
|
|
|
|
|
|
|
![flutter_screenutil](https://img.shields.io/badge/flutter__screenutil-3.2.0-brightgreen)
|
|
|
|
![get](https://img.shields.io/badge/get-3.17.1-brightgreen)
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
### 安装ansu_ui
|
|
|
|
|
|
|
|
#### Android
|
|
|
|
|
|
|
|
Change the minimum Android sdk version to 21 (or higher) in your `android/app/build.gradle` file.
|
|
|
|
|
|
|
|
```gradle
|
|
|
|
minSdkVersion 21
|
|
|
|
```
|
|
|
|
|
|
|
|
## 贡献
|
|
|
|
|
|
|
|
### 组件命名
|
|
|
|
|
|
|
|
* 文件命名规则 `as_***`,例如 `as_button`
|
|
|
|
* 类名命名规则 `AS***`,例如`ASButton`
|