json_cache 0.2.1 copy "json_cache: ^0.2.1" to clipboard
json_cache: ^0.2.1 copied to clipboard

outdated

An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

[0.2.1] - 2021-08-23 #

Added #

  • JsonCacheLocalStorage: implementation on top of the localstorage package — 29.

Added #

  • Improvements in README file and documentation in general.

[0.2.0] - 2021-08-22 #

Added #

  • JsonCachePrefs: implementation on top of the shared_preferences package — 26.

Changed #

  • renaming of JsonCache's methods. Method erase renamed to remove; method recovery, to value. BREAKING CHANGES.

[0.1.0] - 2021-08-22 #

Added #

  • JsonCache interface and the JsonFake, JsonWrap, and JsonMem implementations.

[0.0.1] #

  • structural organization:
    • linter setup
    • CI/CD pipelines
    • dependencies
    • README file
    • CHANGELOG file
38
likes
0
pub points
86%
popularity

Publisher

verified publisherdartoos.dev

An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, localstorage, mutex, shared_preferences

More

Packages that depend on json_cache