inject_flutter_runtime_and_smali
inject_flutter_runtime_and_smaliInject Flutter engine and Smali glue into a decompiled APK to enable Flutter runtime, with optional overlay activity and two-way MethodChannel bridge for Dart communication.
Instructions
Inject Flutter engine assets, native libraries, and Smali glue code into a decompiled APK tree. Generates an InjectedApplication (FlutterEngine init + libflutter/libapp loading), a cached-engine bootstrap, an optional FlutterOverlayActivity (activity_overlay mode), and an optional two-way Smali<->Dart MethodChannel bridge. Returns a detailed patch report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engineId | No | ||
| payloadDir | Yes | ||
| workspaceDir | Yes | ||
| injectionMode | Yes | ||
| methodChannelBridge | No |