universal_downloader 1.0.2
universal_downloader: ^1.0.2 copied to clipboard
A Flutter package for downloading files on all platforms (Android, iOS, Web, Windows, macOS, Linux) with progress tracking and comprehensive error handling.
1.0.1 #
- Fixed: Web downloader now supports all file types without restrictions
- Fixed: Resolved CORS detection issues in web downloads
- Fixed: Corrected filename corruption in web downloads (removed problematic character replacement)
- Improved: Enhanced error handling for web download failures
- Improved: Simplified download logic for better reliability
1.0.0 #
- Initial release of universal_downloader
- Support for all Flutter platforms (Android, iOS, Web, Windows, macOS, Linux)
- Real-time download progress tracking with percentage and bytes
- Platform-optimized storage locations
- Comprehensive error handling with specific exception types
- Web support using browser download mechanism
- Easy-to-use API with callback support
- Complete example application
- Full documentation and usage examples