airo_background_downloads 1.0.0
airo_background_downloads: ^1.0.0 copied to clipboard
Progressive background downloader contracts, WorkManager resume policies, and integrity verification.
airo_background_downloads #
Progressive background-downloader contracts for Flutter apps with WorkManager resume policies, background URLSession lifecycle handling, and checksum integrity verification.
Features #
- Progressive Background Download: Pause, resume, and track progress across app restarts.
- Integrity Verification: Built-in sha256/md5 integrity verification.
- Native Android & iOS Engines: WorkManager worker on Android and URLSession background task on iOS.
Installation #
dependencies:
airo_background_downloads: ^1.0.0
License #
MIT License - see LICENSE for details.