caching_package 0.0.1
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