CC配合Flutter使用导致修改dart文件直接run不生效
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4k
- Forks
- 631
- PR merge metrics
- No merged PRs in 30d
Description
具体细节是这样:公司项目使用CC组件化,现在引用Flutter作为一个Library,修改Flutter中的对应的dart文件不生效,必须先cd到Flutter中的.android目录下,执行gradlew assembleDebug 之后在AS中直接点击run才生效对应修改的dart文件,有大佬知道怎么解决不,是不是要改脚本
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Flutter project's .android directory and the gradlew assembleDebug workflow, then compare it with running the project directly from Android Studio. Done means Dart file changes take effect when using Run without manually executing assembleDebug first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, flutter
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100