nice_downloader 1.3.0
nice_downloader: ^1.3.0 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_downloaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nice_downloader: ^1.3.0Alternatively, 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';