app_info_extractor
A Flutter plugin to extract metadata, version, and signatures from installed applications.
1.1.0
58 downloads/mo
#3526 most downloaded on pub.dev
Technophyle-0926/app_info_extractor
What this package is like to depend on
Last release 2 months ago
01 Jun 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Apr 2026 to Jun 2026Releases
latest 2-
1.1.001 Jun 2026Release notes
Open source →- Web Platform Compatibility Fix: Removed
plist_parserdependency due to its internal reliance ondart:io. Swapped it for a lightweight, native XML parser built onpackage:xml, making the entire package 100% compatible with Flutter Web. - Smart APK Obfuscation Bypass: Integrated geometry-based binary header peeking. Successfully extracts launcher icons from APKs even when names are heavily scrambled by resource obfuscators (e.g., AndResGuard).
- iOS CgBI Decrusher: Built a pure-Dart in-memory byte repair system to reverse Apple's proprietary visual optimization format (CgBI) back into standard, web-renderable PNG bytes.
- Web Platform Compatibility Fix: Removed
-
1.0.024 Apr 2026Release notes
Open source →- Initial release.
- Support for APK (Binary XML + ARSC).
- Support for AAB (Protobuf Manifest + Resources).
- Support for IPA (Binary Plist).
- Smart Icon extraction logic.