chunked_downloader 1.1.0 copy "chunked_downloader: ^1.1.0" to clipboard
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_lints dev dependency so the analyzer runs again
  • Replaced print with dart:developer logging
  • Removed a leftover .tmp file 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.
7
likes
160
points
497
downloads

Documentation

API reference

Publisher

verified publisherbostrot.com

Weekly Downloads

A dart package to download files with custom chunk sizes for faster downloads.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

async, http

More

Packages that depend on chunked_downloader