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 Dart:

 $ dart pub add large_file_handler

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 dart pub get):

dependencies:
  large_file_handler: ^0.5.0

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:large_file_handler/large_file_handler.dart';
8
likes
0
points
26.9k
downloads

Publisher

verified publishersashadenisov.dev

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

unknown (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