flutter_universal_downloader 0.0.2
flutter_universal_downloader: ^0.0.2 copied to clipboard
A robust Flutter plugin for universal file downloads, offering reliable background operations with Android foreground service support, real-time progress updates, and easy cancellation.
Changelog #
0.0.1 - 2025-06-14 (Initial Release) #
- Initial release of
flutter_universal_downloader. - Added core foreground download functionality for Android.
- Implemented real-time download progress streaming.
- Included download cancellation support.
- Basic error reporting for download failures.
0.0.2 #
- Documentation: Updated
README.mdwith improved code snippets, Android setup instructions, and troubleshooting section. - Android: Added explicit service declaration to
AndroidManifest.xmlin documentation. - Fix: Corrected LaTeX formatting in
README.mdcode examples.