nice_downloader 1.3.1 copy "nice_downloader: ^1.3.1" to clipboard
nice_downloader: ^1.3.1 copied to clipboard

A clean, extensible file downloader for Flutter with IDM-style segmented downloads, pause/resume/cancel, persistence, retry policies and an interceptor pipeline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nice_downloader

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nice_downloader: ^1.3.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nice_downloader/nice_downloader.dart';
2
likes
160
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A clean, extensible file downloader for Flutter with IDM-style segmented downloads, pause/resume/cancel, persistence, retry policies and an interceptor pipeline.

Repository (GitHub)
View/report issues

Topics

#download #downloader #download-manager #http #network

License

MIT (license)

Dependencies

flutter, hive_ce, hive_ce_flutter, http, meta, path

More

Packages that depend on nice_downloader