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.
张萌
557dc56a92
|
3 years ago | |
---|---|---|
.fvm | 3 years ago | |
.vscode | 3 years ago | |
example | 3 years ago | |
lib | 3 years ago | |
.gitignore | 4 years ago | |
.metadata | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
pubspec.lock | 3 years ago | |
pubspec.yaml | 3 years ago |
README.md
ansu_ui 安速物流移动组件
dep 依赖
Getting Started
生成关键代码
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.
minSdkVersion 21
ROAD MAP
- Auto Code generate
- Scaffold
- Button
- Extension
- num ext
- string ext
- widget ext
- image ext
- list ext
- text ext
- text style ext
- Badge
- Bars
- TabBar
- NavigationBar
- CheckBox
- Dialog
- Divider
- Drawer
- ListTile
- Pickers
- numeric Picker
- PopUpMenu
- Refresh
- Tag
- TextField
- Toast
- Utils
贡献
组件命名
- 文件命名规则
as_***
,例如as_button
- 类名命名规则
AS***
,例如ASButton