is it possible to extract the source code from a flutter application's APK or AAB file?
If yes, then how
haven't tried anything yet. Looking for help!
is it possible to extract the source code from a flutter application's APK or AAB file?
If yes, then how
haven't tried anything yet. Looking for help!
Extracting flutter code from APK seems to be impossible at this point, unless you have a flutter debug apk.
If you want native code, then you can follow this to at least recover your assets and XML files and you might only need to re-write your Java code from scratch.