dio_cache_ttl 0.3.2
dio_cache_ttl: ^0.3.2 copied to clipboard
A Dio-based caching solution with Time-to-Live (TTL) support, enabling efficient storage and retrieval of HTTP responses using the file system. Ideal for optimizing network performance and reducing re [...]
0.3.2 #
Added #
- Implemented caching system for Dio with TTL (Time-To-Live).
- Supports local file caching using path_provider.
- Added shared preferences support for metadata storage.
- Configurable cache folder and expiration time.
- Logging support for debugging.
Fixed #
- Resolved issue with expired cache not being cleared dynamically.
- Improved filename encoding to avoid URL conflicts.
Changed #
- Optimized cache validation to prevent unnecessary redownloads.
- Updated dependencies for better stability.
TODO #
- Improve cache eviction strategy.
- Provide additional storage backends beyond
shared_preferences
.