synthesize_flutter_payload
synthesize_flutter_payloadCompile a Flutter project and extract runtime artifacts (libflutter.so, libapp.so, flutter_assets, ICU data) into a payload directory ready for APK injection.
Instructions
Compile a source Flutter project and extract the runtime artifacts required for injection: libflutter.so (Flutter engine), libapp.so (Dart AOT snapshot), the flutter_assets bundle, and ICU data. Produces a payload directory ready to merge into a decompiled APK workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildMode | No | release | |
| outputDir | No | Override payload output directory | |
| targetAbis | No | ||
| flutterProjectPath | Yes |