images_cache

Last updated:

0 purchases

images_cache Image
images_cache Images
Add to Cart

Description:

images cache

Cache de imagens para otimizar o carregamento #

Exemplos de uso:

FadeInImage(
placeholder: AssetImage('assets/flutterLogo.png'),
image: ImageCacheProvider(
url: 'https://i.ytimg.com/vi/fq4N0hgOWzU/maxresdefault.jpg',
imageDuration: const Duration(days: 5),
),
),


Image(
image: ImageCacheProvider(
url: 'https://miro.medium.com/max/1200/1*mk1-6aYaf_Bes1E3Imhc0A.jpeg',
imageDuration: const Duration(days: 5),
),
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.