disposable_cached_images 0.0.8 copy "disposable_cached_images: ^0.0.8" to clipboard
disposable_cached_images: ^0.0.8 copied to clipboard

outdated

Flutter package for displaying images from the Internet and keeping them in the cache directory.

0.0.8 #

Added web support

Caching images with local storage

Update dependencies

Fix cache file initialization issue

0.0.7 #

Added initial web support

web image caching and assets are still not supported

Added ImageType to determine if an image is from the Internet or an asset

Update documentation

0.0.6 #

A new provider has been added to keep track of the MemoryImage that has already been used and this will help reduce the time required to display the previously viewed image.

Using a map instead of a list of cached images to find keys faster

0.0.5 #

Add maxCacheWidth and maxCacheHeight to resize images

Update documentation and example

  • breaking changes:

Integrate the asset image with the network image to use one Widget for both

Improved error handling

0.0.3 #

Support assets images.

Remove Dio in favor of http.

37
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Flutter package for displaying images from the Internet and keeping them in the cache directory.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_riverpod, http, path_provider

More

Packages that depend on disposable_cached_images