universal_downloader 1.0.4
universal_downloader: ^1.0.4 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.4 #
- Release: Complete changelog documentation update
- Added: Missing changelog entries for versions 1.0.1 and 1.0.2
- Updated: Full version history documentation
- Improved: Package documentation completeness
1.0.3 #
- Release: Proper 1.0.3 release with complete platform support
- Fixed: All platform support issues resolved for pub.dev scoring
- Updated: Documentation and changelog for proper release
- Verified: All 6 platforms (Android, iOS, Web, Windows, macOS, Linux) fully supported
1.0.2 #
- Release: Platform support fixes and documentation updates
- Fixed: Added explicit platform declarations for better pub.dev detection
- Updated: CHANGELOG.md and README.md with platform support details
- Improved: Package metadata and documentation
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 with full platform support
- Fixed: Added explicit platform declarations for all 6 platforms (Android, iOS, Web, Windows, macOS, Linux)
- Fixed: Resolved pub.dev platform support detection issues
- 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
- Added: Comprehensive platform support with conditional imports
- Added: Real-time download progress tracking with percentage and bytes
- Added: Platform-optimized storage locations
- Added: Comprehensive error handling with specific exception types
- Added: Web support using browser download mechanism
- Added: Easy-to-use API with callback support
- Added: Complete example application
- Added: Full documentation and usage examples