flutter_universal_downloader 0.0.3
flutter_universal_downloader: ^0.0.3 copied to clipboard
A robust Flutter plugin for universal file downloading with Android foreground service support, real-time progress, and cancellation. Ideal for resilient, user-friendly downloads.
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.md
with improved code snippets, Android setup instructions, and troubleshooting section. - Android: Added explicit service declaration to
AndroidManifest.xml
in documentation. - Fix: Corrected LaTeX formatting in
README.md
code examples.
0.0.3 #
- Documentation: Simplified
README.md