cached_s5_image 0.0.4 copy "cached_s5_image: ^0.0.4" to clipboard
cached_s5_image: ^0.0.4 copied to clipboard

Cached Image Provider for S5.

cached_s5_image #

A simple cached image provider for S5 CID's

Usage #

See example.

Basic Usage:

CachedS5Manager cacheManager = CachedS5Manager();
cacheManager.init(); // DON'T forget this
Widget cachedS5Image = CachedS5Image(
  cid: cid, // String
  s5: s5, // See https://pub.dev/packages/s5
  thumbhash: thumbhashText, // String rep of thumbhash
  cacheManager: cacheManager,
);

Acknowledgement #

This work is supported by a Sia Foundation grant

0
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Cached Image Provider for S5.

Repository (GitHub)
View/report issues

Topics

#cache #s5 #thumbhash #image

License

unknown (license)

Dependencies

cached_s5_manager, flutter, flutter_thumbhash, logger, s5, universal_io

More

Packages that depend on cached_s5_image