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

A lightweight and efficient Flutter package for caching key-value data with optional expiration time support. Built on SharedPreferences, it provides type-safe data persistence with automatic cache in [...]

0.0.1 #

  • Initial release with core features:
    • Key-value data caching with SharedPreferences
    • Optional expiration time for cached items
    • Type-safe data retrieval with generics support
    • Automatic cache invalidation
    • Methods for storing, retrieving, removing, and clearing cached data
  • Added comprehensive documentation and usage examples
  • Included demo images showing cache operations
  • Added support for complex objects and lists
  • Implemented error handling
0
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and efficient Flutter package for caching key-value data with optional expiration time support. Built on SharedPreferences, it provides type-safe data persistence with automatic cache invalidation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on caching_package