asset_bundle_manage
A Flutter package to efficiently manage, download, and version remote image sequences and asset bundles from ZIP sources.
What this package is like to depend on
Last release 7 days ago
17 Aug 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 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-
0.2.017 Aug 2026Release notes
Open source →- Enhanced Content Management.
- Added
BundleContentmodel for a unified summary of bundle assets. - Added
getBundleContentto retrieve images, audio, video, and subtitles in one call. - Added
getAllSubtitlesto find JSON files within a bundle. - Added
getJsonFileandgetJsonFromAbsolutePathfor easy JSON data retrieval. - Improved version handling:
getInstalledVersionnow returns-1if not found. - Improved extension matching: Now uses case-insensitive checks for all media types.
-
0.1.014 Aug 2026Release notes
Open source →- Feature Rich Initial Release.
- Added
AssetBundleServicefor managing remote ZIP bundles. - Support for progress tracking and versioning.
- Atomic Updates: Installs bundles using a swap-and-backup mechanism to ensure data integrity.
- Asset Discovery: Recursive search for images (png, jpg, jpeg, webp), audio (mp3, wav, m4a, aac, ogg), and video (mp4, mov, mkv, webm).
- Robust Logic: Added
getInstalledVersionandisUpdateAvailablefor easy update management. - File Management: Methods to list, check existence, and delete specific files or folders within bundles.
- Security & Performance: Stream-based ZIP extraction with Path Traversal (Zip Slip) protection.
-
0.0.114 Aug 2026Nothing published for this version