cached_network_image 0.0.1 copy "cached_network_image: ^0.0.1" to clipboard
cached_network_image: ^0.0.1 copied to clipboard

outdatedDart 1 only

Flutter library to load and cache network images

Cached network image #

A flutter library to show images from the internet and keep them in the cache directory.

Getting Started #

Use the CachedNetworkImage like this:

new CachedNetworkImage(url, fit: BoxFit.cover)