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

Download image from URL, cache it, and return Uint8List.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


0.0.1 - 2026-02-04 #

๐ŸŽ‰ Initial Release #

โœจ Added #

  • Download image from a URL and return it as Uint8List
  • Built-in caching using flutter_cache_manager
  • Configurable cache TTL (time-to-live)
  • Support for custom FileService (useful for testing & mocking)
  • Works on Flutter 3.0+

๐Ÿงช Testing #

  • Unit tests with mocked network responses
  • Mocked path_provider and cache storage for test environment
  • Verified cached response is reused on subsequent calls

๐Ÿ“ฆ Dependencies #

  • flutter_cache_manager ^3.4.1

1
likes
0
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

Download image from URL, cache it, and return Uint8List.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_cache_manager

More

Packages that depend on image_cache_uint8list