Files
metal_recycle/README.md
T

30 lines
809 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 有色回收平台客户端
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 链接不提交到版本库。