devtools/util/app_bundle_scan_io library
Functions
-
scanInstalledBundle(
) → Future< BundleScanResult?> -
Walks the running app's own installed bundle and sums it up into the same tree shape SizeAnalysisNode.fromJson produces, so it renders through the exact same treemap/breakdown UI. iOS/macOS/Windows/Linux walk the real
.app/install directory directly; Android has no such directory to walk, so it parses its own installed APK(s) as zip archives instead. Web has neither, and resolves tonull.