large_file_handler 0.3.0 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';