qs_cached_image 0.1.2 copy "qs_cached_image: ^0.1.2" to clipboard
qs_cached_image: ^0.1.2 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
150
points
160
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, http, path_provider, synchronized

More

Packages that depend on qs_cached_image