api_cache 1.0.0
api_cache: ^1.0.0 copied to clipboard
A Flutter package for caching API responses with expiration support using Hive.
1.0.0 #
- Initial release of API Cache package
- Features:
- Cache API responses with optional expiration support
- Automatic data normalization
- Type-safe data retrieval
- Built on top of Hive for efficient storage
- Easy to use API with comprehensive error handling
- Core functionality:
- Initialize and manage cache system
- Store and retrieve cached data
- Check cache status and expiration
- Clear specific or all cached data
- Get cache size information
- Dependencies:
- Flutter SDK >=3.0.0
- Dart SDK >=3.0.0 <4.0.0
- Hive ^2.2.3
- path_provider ^2.1.2