alibaba / alibaba/flutter_boost
Question about CI/CD
- Dominant language
- Dart
- Stars
- 7.2k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hi everyone, I have completed our app integration with flutter_boost which works well at this point.
Does anyone know how to build apk from CI/CD yaml file?
Our current workflow yaml to build apk
` - name: Run Release signed APK Build
run: |
./gradlew assembleRelease
./gradlew assembleGeneral
`
However, our current yaml cannot support this project structure:
- [Project Folder]
- android_native_project
- flutter_module
Please let me know if anyone has idea about how to implement the new workflow for Native + Flutter project. Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the current workflow YAML and the android_native_project and flutter_module directories, then trace where the existing Gradle commands are run. Define the workflow entry point for this Native + Flutter structure and verify that it produces the requested release APK through CI/CD.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter
- Domain
- build-system, ci-cd, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100