flutter_ho_cache 1.0.0 copy "flutter_ho_cache: ^1.0.0" to clipboard
flutter_ho_cache: ^1.0.0 copied to clipboard

A cache manager based on shared_preferences. Works on iOS,Android and Web.

flutter_ho_cache #

A cache manager based on shared_preferences. Works on iOS,Android and Web.

Content #

Examples #

Getting Started #

HoCache.getInstance().setString("cache_ke", "cache_value");
HoCache.getInstance().get("cache_ke");

Contribution #

Issues are welcome. Please add a screenshot of you bug and a code snippet. Quickest way to solve issue is to reproduce it in one of the examples.

Pull requests are welcome. If you want to change the API or do something big it is best to create an issue and discuss it first.


MIT Licensed

0
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A cache manager based on shared_preferences. Works on iOS,Android and Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_ho_cache