qs_cached_image 0.1.0 copy "qs_cached_image: ^0.1.0" to clipboard
qs_cached_image: ^0.1.0 copied to clipboard

> A lightweight image cache manager and widget for Flutter. Simple API, disk cache, configurable concurrent downloads.

QS Cached Image #

A lightweight Flutter widget + cache manager for image downloading & disk cache. No heavy dependencies. Just works.

Usage #

final cacheManager = QSImageCacheManager(name: 'my_cache');

QSCachedImage(
  url: 'https://example.com/pic.jpg',
  cacheManager: cacheManager,
  placeholder: const CircularProgressIndicator(),
  errorWidget: const Icon(Icons.error),
);

## Features
 - Disk cache + metadata management
 - Configurable max count and retention days
 - Configurable concurrent downloads
 - Optional HTTP headers
1
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

> A lightweight image cache manager and widget for Flutter. Simple API, disk cache, configurable concurrent downloads.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http, path_provider, synchronized

More

Packages that depend on qs_cached_image