3 评论 (3 评论)4 反应 (4 反应)0 负责人 (0 负责人)Dart7,942 star (7,942 star)493 fork (493 fork)batch import
featurehelp wanted
描述
希望大佬可以适配一下鸿蒙5,鸿蒙5现在有flutter支持了
贡献者指南
- 技术栈
- dartflutter
- 领域
- mobile
- 议题类型
- feature
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 4
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- over 1 week
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- fresh
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- needs investigation
- 前置要求
- FlutterHarmonyOS development environmentPlatform channel knowledge
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 15
- 研究方向
- The issue requests adapting the Flutter Server Box app to run on HarmonyOS 5, citing Flutter's recent support for HarmonyOS. To begin, investigate Flutter's official documentation for adding HarmonyOS as a target platform. Look at the existing platform specific code in the repository (e.g., android, ios folders) to understand how platform channels are used. Then, explore creating a new harmonyos directory for native code and configuring build scripts. There are 3 comments that may provide additional context, and no existing pull requests. The goal is to make the app compile and run on HarmonyOS devices, which will likely require implementing platform specific features such as system status fetching.