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.
35 lines
660 B
35 lines
660 B
# aku_new_community_manager
|
|
|
|
A new Flutter application.
|
|
|
|
## 使用以下命令生成运行所必需文件
|
|
|
|
###生成图片路径(fgen)
|
|
使用以下代码全局启用构建器
|
|
```shell
|
|
flutter pub global activate global activate flutter_asset_generator
|
|
```
|
|
或使用
|
|
```shell
|
|
flutter pub run flutter_asset_generator:resource_generator
|
|
|
|
```
|
|
###生成model.g.dart
|
|
```shell
|
|
flutter pub run build_runner build
|
|
```
|
|
## 启用脚本命令(grind)
|
|
使用以下代码全局启用构建器
|
|
```shell
|
|
flutter pub global activate grinder
|
|
```
|
|
或使用
|
|
```shell
|
|
flutter pub run grinder
|
|
```
|
|
命令列表见```/tool/grind.dart```
|
|
### password
|
|
|
|
password `1Xpn6hhbxztA6PC0oFiZ`
|
|
|