3 comments (3 comments)4 reactions (4 reactions)0 assignees (0 assignees)Dart7,942 stars (7,942 stars)493 forks (493 forks)batch import
featurehelp wanted
Description
希望大佬可以适配一下鸿蒙5,鸿蒙5现在有flutter支持了
Contributor guide
- Tech stack
- dartflutter
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- FlutterHarmonyOS development environmentPlatform channel knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- 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.