network_file_cacher 1.0.0 copy "network_file_cacher: ^1.0.0" to clipboard
network_file_cacher: ^1.0.0 copied to clipboard

A flutter library to download and cache files in the cache directory of the app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_file_cacher

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

dependencies:
  network_file_cacher: ^1.0.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:network_file_cacher/network_file_cacher.dart';
2
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter library to download and cache files in the cache directory of the app.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, dio, flutter, hive, hive_flutter, mime, path, path_provider

More

Packages that depend on network_file_cacher