Flutter APK Analyzer
Detect and analyze Flutter apps inside an APK, including framework details and bundled assets.
Drop your file here
or click to choose from your device
About Flutter APK Analyzer
Detect and analyze Flutter apps inside an APK, including framework details and bundled assets.
Flutter APK Analyzer is part of APKLint’s decompile & reverse engineering toolkit — Turn a built app back into readable code and resources. It’s free to use and needs no account.
Your privacy is the default: files you upload are processed on our servers over an encrypted connection and permanently deleted by a scheduled hourly cleanup after analysis finishes, and never shared.
What Flutter APK Analyzer checks
- Detects Flutter via libflutter.so and flutter_assets
- Locates the compiled Dart in libapp.so
- Lists bundled Flutter assets and fonts
- Runs the standard decompile on the Android wrapper
Good to know: Compiled Dart in libapp.so is native machine code — it can't be turned back into readable Dart source.
When to use Flutter APK Analyzer
- Best for
- Confirming an APK is a Flutter app and pulling Flutter-specific clues: the engine/framework signature, libapp.so Dart snapshot, and bundled assets.
- Not the right tool for
- Not for React Native or Unity apps (use their dedicated analyzers) and it will not recover original Dart source.
- What you get back
- Flutter detection, framework/engine details, plugin registrant hints, and the bundled asset layout.
- How it differs from related APKLint tools
- Unlike the React Native analyzer (JS bundle, Hermes) or the Unity analyzer (IL2CPP/Mono, asset bundles), this targets Flutter's libapp.so and Dart snapshot.
- Limitations
- Compiled Dart in libapp.so is native machine code; original Dart source cannot be recovered.
How to use Flutter APK Analyzer
- Choose your APK file — Drop an .apk file onto the page, or click to select it from your device.
- Send securely — The file is uploaded over an encrypted connection to our analysis servers.
- Read your report — APKLint unpacks and inspects the package and lays out the results on screen.
- Your file is removed — It's deleted by an hourly cleanup job after analysis finishes.
Why use APKLint
Every tool is free with no login and no paywall. Reasonable file and input limits keep the free service stable.
A clean, focused interface with no third-party ad banners cluttering your results.
Files you upload are deleted by a scheduled hourly cleanup after analysis finishes, and never shared.
Built on jadx and apktool for decompiling and disassembly.
Start immediately — no account, login, or email required.
Runs in any modern browser, on desktop or mobile.
Frequently asked questions
What does Flutter APK Analyzer do?
Detect and analyze Flutter apps inside an APK, including framework details and bundled assets.
Can I get the Dart source back?
No. Release Flutter apps compile Dart to native code in libapp.so, which is not decompilable to readable Dart. You can still inspect assets and the Android layer.
Is it free to use?
Yes. Every tool on APKLint is completely free, with no sign-up and no account.
How is my data handled?
Your uploaded file and its result are processed on our servers over an encrypted connection, then removed by the next hourly cleanup after analysis finishes. We never share them.
What files can I send?
An Android APK — a .apk file — up to 1 GB.