安速物流 UI 组件库
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.
 
 
 
张萌 c9745829ce
Merge branch 'master' of http://192.168.2.201:8099/aku_fe/ansu_ui
4 years ago
.vscode 更新readme file 4 years ago
example 更新readme file 4 years ago
lib Merge branch 'master' of http://192.168.2.201:8099/aku_fe/ansu_ui 4 years ago
.gitignore 更新readme file 4 years ago
.metadata init 4 years ago
CHANGELOG.md 0.0.2 4 years ago
LICENSE init 4 years ago
README.md 更新readme file 4 years ago
pubspec.lock add cam view 4 years ago
pubspec.yaml tab bar add tag 4 years ago

README.md

ansu_ui 安速物流移动组件

dep 依赖

flutter_screenutil

Getting Started

生成关键代码

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
    • Badge
    • Bars
    • Box
    • Dialog
    • Divider
    • Drawer
    • ListTile
    • Pickers
    • PopUpMenu
    • Refresh
    • Tag
    • TextField
    • Toast
    • Utils

贡献

@laiiihz @zhang


组件命名

  • 文件命名规则 as_***,例如 as_button
  • 类名命名规则 AS***,例如ASButton