chore: initialize metal recycle flutter app
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# 有色回收平台客户端
|
||||
|
||||
Flutter 客户端基础工程,工程名为 `metal_recycle`,当前仅生成 Android、iOS 和 OpenHarmony 三端宿主目录。
|
||||
|
||||
## 当前配置
|
||||
|
||||
- Flutter SDK:`ohos/oh-3.41.9-release`
|
||||
- Dart 工程名:`metal_recycle`
|
||||
- 临时 Android applicationId:`com.example.metal_recycle`
|
||||
- 临时 iOS Bundle Identifier:`com.example.metalRecycle`
|
||||
- 临时 HarmonyOS bundleName:`com.example.metal_recycle`
|
||||
- 应用显示名:`有色回收平台客户端`
|
||||
|
||||
包名和 Bundle Identifier 仅供当前开发使用,正式发布前需要统一替换。
|
||||
|
||||
## 常用命令
|
||||
|
||||
在本目录执行:
|
||||
|
||||
```shell
|
||||
fvm install
|
||||
fvm use
|
||||
fvm flutter pub get
|
||||
fvm flutter analyze
|
||||
fvm flutter test
|
||||
fvm flutter build hap --debug
|
||||
```
|
||||
|
||||
`.fvm/`、构建产物和本机 SDK 链接不提交到版本库。
|
||||
Reference in New Issue
Block a user