awesome_video_downloader 0.1.1
awesome_video_downloader: ^0.1.1 copied to clipboard
A Flutter plugin for downloading videos in various formats (HLS, DASH, MP4) with support for background downloads, progress tracking, and offline playback.
0.1.1 #
- Added proper initialization check for Flutter bindings
- Improved error messages for initialization failures
- Added documentation for initialization requirements
- Fixed state tracking in download progress
- Improved type safety with DownloadState enum
- Added formatted progress and speed getters
- Reorganized models with BaseDownloadInfo
- Added proper error handling for download operations
0.1.0 #
- Initial release
- Support for downloading videos in multiple formats (HLS, DASH, MP4)
- Background download support
- Progress tracking
- Pause, resume, and cancel functionality
- Quality selection for adaptive streams
- Cross-platform support (iOS & Android)