image_cache_uint8list 0.0.3
image_cache_uint8list: ^0.0.3 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.3 - 2026-02-04 #
- Fix demo GIF display on pub.dev change link
0.0.2 - 2026-02-04 #
- Fix demo GIF display on pub.dev
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_providerand cache storage for test environment - Verified cached response is reused on subsequent calls
๐ฆ Dependencies #
flutter_cache_manager ^3.4.1