api_cache 1.0.0 copy "api_cache: ^1.0.0" to clipboard
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
2
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for caching API responses with expiration support using Hive.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive, path_provider

More

Packages that depend on api_cache