Decompiling is absolutely LEGAL , regardless of what the shills say. At most, you can be sued for unauthorized activity relating to software unless you’re redistributing it.
Read moreHow do you get the source code on Flutter app?
Try to search strings like “dart”, “import”, “void” and other keywords in ‘extracted_code. dart’ , it will help you find the code itself. Better search for filename, your class names, or some regex like runApp\(. *\(\)\); in vscode or using sed .7 Ara 2018
Read moreHow do I decompile an app?
2 Answers
Read moreHow do I protect my Flutter app?
How to secure your Flutter Application?
Read moreCan Flutter apps be reverse engineered?
Everything can be reverse engineered .
Read moreAre Flutter apps secure?
Flutter Apps Require Hardening Measures While Flutter may be a more cost-effective way to build multi-platform native apps, it also includes inherent security risks that should be addressed with comprehensive code hardening and anti-tampering capabilities .
Read moreHow do I minimize an app on Android?
Pressing the Middle (or Home) Button does “minimize” the App.
Read more