simple_cached_value 1.0.1 copy "simple_cached_value: ^1.0.1" to clipboard
simple_cached_value: ^1.0.1 copied to clipboard

Provide a simple way to cache values in Flutter applications using in-memory storage or persistent storage with Shared Preferences.

1.0.1 #

  • Initial Release: The first stable version of the package.
  • Features:
    • Added in-memory caching
    • Implemented persistent storage using shared_preferences
    • Support for cache expiration and eviction policies
  • Documentation:
    • Created README with usage examples.
    • Added DartDoc comments for all public APIs.
0
likes
150
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

Provide a simple way to cache values in Flutter applications using in-memory storage or persistent storage with Shared Preferences.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences

More

Packages that depend on simple_cached_value

Packages that implement simple_cached_value