fiona_image_cache 1.0.2 copy "fiona_image_cache: ^1.0.2" to clipboard
fiona_image_cache: ^1.0.2 copied to clipboard

outdated

This package helps your app to cache an image when get it from an URI.

example/fiona_image_cache_example.dart

import 'package:fiona_image_cache/fiona_image_cache.dart';
import 'package:fiona_image_cache/src/data/cache_file_repository_in_memory.dart';

void main() {
  var fionaCache = FionaImageCache(
      repository: CacheFileRepositoryInMemory(), cacheFolder: "");
  String url =
      "https://storage.googleapis.com/cms-storage-bucket/ec64036b4eacc9f3fd73.svg";
  fionaCache.save(url);
  print('Saving: $url');
}
6
likes
0
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps your app to cache an image when get it from an URI.

Repository (GitHub)
View/report issues

Topics

#cache #file #images

License

unknown (license)

Dependencies

crypto, http, path

More

Packages that depend on fiona_image_cache