large_file_handler 0.5.0
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_handlerThis 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.0Alternatively, 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';