large_file_handler 0.5.0 copy "large_file_handler: ^0.5.0" to clipboard
large_file_handler: ^0.5.0 copied to clipboard

Efficiently copy large files from Flutter assets or download them from the network to the device's local file system, with optional progress tracking.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add large_file_handler

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

dependencies:
  large_file_handler: ^0.5.0

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:large_file_handler/large_file_handler.dart';
7
likes
160
points
14.3k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Efficiently copy large files from Flutter assets or download them from the network to the device's local file system, with optional progress tracking.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, path_provider, plugin_platform_interface

More

Packages that depend on large_file_handler

Packages that implement large_file_handler