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

The Large File Handler Plugin designed to efficiently work with large files, for example allows you to download large files from network or copy files from the Flutter app's assets to the device's loc [...]

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.3.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';
3
likes
130
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

The Large File Handler Plugin designed to efficiently work with large files, for example allows you to download large files from network or copy files from the Flutter app's assets to the device's local file system. This is useful when you need to access large files at native part in your plugins

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on large_file_handler