flutter_universal_downloader 0.0.3 copy "flutter_universal_downloader: ^0.0.3" to clipboard
flutter_universal_downloader: ^0.0.3 copied to clipboard

PlatformAndroid

A robust Flutter plugin for universal file downloading with Android foreground service support, real-time progress, and cancellation. Ideal for resilient, user-friendly downloads.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_universal_downloader

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

dependencies:
  flutter_universal_downloader: ^0.0.3

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_universal_downloader/flutter_universal_downloader.dart';
2
likes
160
points
173
downloads

Publisher

verified publisherlikapps.com

Weekly Downloads

A robust Flutter plugin for universal file downloading with Android foreground service support, real-time progress, and cancellation. Ideal for resilient, user-friendly downloads.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_universal_downloader