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.
|
|
|
# akuCommunity
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
## Code Contribute
|
|
|
|
|
|
|
|
### After pull this repo
|
|
|
|
|
|
|
|
#### 资源文件生成器
|
|
|
|
|
|
|
|
```shell
|
|
|
|
flutter pub run flutter_asset_generator:resource_generator
|
|
|
|
```
|
|
|
|
|
|
|
|
```shell
|
|
|
|
fgen
|
|
|
|
```
|
|
|
|
|
|
|
|
### Before git push
|
|
|
|
|
|
|
|
#### import 排序
|
|
|
|
|
|
|
|
```shell
|
|
|
|
flutter pub run import_sorter:main
|
|
|
|
```
|
|
|
|
|
|
|
|
#### format code
|
|
|
|
|
|
|
|
```shell
|
|
|
|
flutter format
|
|
|
|
```
|
|
|
|
|
|
|
|
## Widget Guide Book
|
|
|
|
|
|
|
|
### 选择器
|
|
|
|
|
|
|
|
* BeeDatePicker - 时间选择器
|
|
|
|
* BeeImagePicker - 图片选择器
|
|
|
|
* GridImagePicker - 网格图片选择器
|
|
|
|
* BeeImagePreview - 图片预览
|
|
|
|
|
|
|
|
### 按钮
|
|
|
|
|
|
|
|
* BottomButton - 导航栏按钮
|
|
|
|
|
|
|
|
### TabBar
|
|
|
|
|
|
|
|
* BeeTabBar
|
|
|
|
|
|
|
|
### View
|
|
|
|
|
|
|
|
* BeeGridImageView - 网格图片显示
|
|
|
|
* HorizontalImageView - 水平图片显示
|