flutter_guarded_download 1.0.1+1 copy "flutter_guarded_download: ^1.0.1+1" to clipboard
flutter_guarded_download: ^1.0.1+1 copied to clipboard

A Flutter package for downloading files on both web and mobile platforms with progress tracking and error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_guarded_download

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

dependencies:
  flutter_guarded_download: ^1.0.1+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:flutter_guarded_download/flutter_guarded_download.dart';
1
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for downloading files on both web and mobile platforms with progress tracking and error handling.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, path_provider, permission_handler

More

Packages that depend on flutter_guarded_download