apks_manager
A Flutter plugin for bundling and installing split APKs (.apks) seamlessly. Features configurable compression and native Ackpine integration for fast Android installations.
1.1.1
221 downloads/mo
#1233 most downloaded on pub.dev
ayushofficial28/apks_manager
What this package is like to depend on
Last release 5 days ago
19 Aug 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
1.1.119 Aug 2026Release notes
Open source →- Fixed:
- Resolved issue of
createBundle()returning an empty zip file due to unawaited calls to addFile.
- Resolved issue of
- Fixed:
-
1.1.017 Aug 2026Release notes
Open source →- Added:
- Support for installing standalone
.apkfiles throughinstallBundle(). installBundle()now supports both.apkfiles and APK bundles such as.apks.
- Support for installing standalone
- Added:
-
1.0.016 Aug 2026Release notes
Open source →- Initial Release:
- Bundle split APK files into
.apksarchives with custom compression levels. - Optimized default store-only mode (
level: 0) for rapid uncompressed installation and memory mapping. - Resilient file naming and collision handling across Android storage environments.
- Added example app showcasing bundle creation and split APK installation.
- Bundle split APK files into
- Initial Release: