chunked_downloader 1.1.0
chunked_downloader: ^1.1.0 copied to clipboard
A dart package to download files with custom chunk sizes for faster downloads.
1.1.0 #
- Raised the minimum SDK to Dart 3.8 / Flutter 3.32 and updated http, async and test
- Added the missing
flutter_lintsdev dependency so the analyzer runs again - Replaced
printwithdart:developerlogging - Removed a leftover
.tmpfile from an aborted run before downloading again - Tests now run against a local server instead of the network
1.0.0 #
- Some refactoring
- Better pause handling
0.0.2 #
- Better error handling
- Removed flutter specific code
- Switched filename + savedir to one path
0.0.1 #
- Describe initial release.