universal_downloader 1.0.2 copy "universal_downloader: ^1.0.2" to clipboard
universal_downloader: ^1.0.2 copied to clipboard

A Flutter package for downloading files on all platforms (Android, iOS, Web, Windows, macOS, Linux) with progress tracking and comprehensive error handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add universal_downloader

With Flutter:

 $ flutter pub add universal_downloader

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

dependencies:
  universal_downloader: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:universal_downloader/universal_downloader.dart';
3
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for downloading files on all platforms (Android, iOS, Web, Windows, macOS, Linux) with progress tracking and comprehensive error handling.

Repository (GitHub)
View/report issues

Topics

#download #file #http #network #flutter

Documentation

Documentation

License

unknown (license)

Dependencies

device_info_plus, flutter, http, path, path_provider, permission_handler

More

Packages that depend on universal_downloader