native_download_manager 1.0.5 copy "native_download_manager: ^1.0.5" to clipboard
native_download_manager: ^1.0.5 copied to clipboard

A production-ready Flutter package providing native background download capability for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_download_manager

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

dependencies:
  native_download_manager: ^1.0.5

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:native_download_manager/native_download_manager.dart';
6
likes
160
points
351
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package providing native background download capability for Android and iOS.

Homepage

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface, uuid

More

Packages that depend on native_download_manager

Packages that implement native_download_manager