dloader 1.3.0
dloader: ^1.3.0 copied to clipboard
A simple and versatile library for downloading files with support for adapters including dio, curl, wget, powershell, aria2 and axel. Feel free to create new adapters.
1.3.0 #
- feat: Add Dloader.auto() factory for automatic adapter selection
- refactor: Use relative imports in all adapters to avoid circular dependencies
1.2.9 #
- fix: read curl progress from stderr instead of stdout
1.2.8 #
- fix: allow reusing adapters by lazily initializing executablePath
- fix: use Directory.systemTemp for cross-platform test compatibility
1.2.7 #
- update dart version and dependencies
1.2.6 #
- Update version number
1.2.5 #
- pub upgrade
1.2.4 #
- pub upgrade
1.2.3 #
- feat: support for not send user-agent
1.2.1 #
- support for custom user-agent
1.2.0 #
- fix!:dio updated from 4 to 5
1.1.4 #
- fix: wrong curl parameters pass
1.1.2 #
- Testing github actions notification
1.1.1 #
- Fix missing file return from adapters
1.0.5 #
- Export adapter classes
1.0.4 #
- unfix
1.0.3 #
- Dart Pub conventions
1.0.2 #
- Dart Pub conventions
1.0.1 #
- Many changes and Dart Pub conventions
1.0.0 #
- Initial version.