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

This package helps your app to cache files when get them from an URI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_cache_provider

With Flutter:

 $ flutter pub add file_cache_provider

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

dependencies:
  file_cache_provider: ^1.0.0

Alternatively, your editor might support dart pub get or 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_provider/file_cache_provider.dart';
1
likes
130
pub points
25%
popularity

Publisher

unverified uploader

This package helps your app to cache files when get them from an URI.

Repository (GitHub)
View/report issues

Topics

#cache #file

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, http, path

More

Packages that depend on file_cache_provider