file_cache 0.1.8 copy "file_cache: ^0.1.8" to clipboard
file_cache: ^0.1.8 copied to clipboard

outdated

Cache Http request in file system. Provide json/bytes and Image interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_cache

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

dependencies:
  file_cache: ^0.1.8

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:file_cache/file_cache.dart';
5
likes
0
pub points
67%
popularity

Publisher

unverified uploader

Cache Http request in file system. Provide json/bytes and Image interface.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider, quiver

More

Packages that depend on file_cache