buxing 0.3.0 copy "buxing: ^0.3.0" to clipboard
buxing: ^0.3.0 copied to clipboard

An HTTP file downloader packed with many features -> resumable downloads, multiple connections, buffering, auto-retry, etc.

example/example.dart

import 'package:buxing/buxing.dart';

void main() async {
  var task = Task(Uri.parse('https://golang.org/dl/go1.17.3.src.tar.gz'),
      'downloads/go1.17.3.src.tar.gz',
      worker: ParallelWorker(), logger: Logger());
  await task.start();
}
14
likes
130
pub points
31%
popularity

Publisher

verified publishermgenware.com

An HTTP file downloader packed with many features -> resumable downloads, multiple connections, buffering, auto-retry, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansicolor, async, buffered_list_stream, http, meta

More

Packages that depend on buxing