network_file_cached 0.0.3 copy "network_file_cached: ^0.0.3" to clipboard
network_file_cached: ^0.0.3 copied to clipboard

outdated

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_cached

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

dependencies:
  network_file_cached: ^0.0.3

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_cached/network_file_cached.dart';
4
likes
0
points
249
downloads

Publisher

verified publisherdigitalservice.id

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, hive, mime, path, path_provider

More

Packages that depend on network_file_cached