crazycodeboy / flutter_hi_cache

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

Repository from Github https://github.comcrazycodeboy/flutter_hi_cacheRepository from Github https://github.comcrazycodeboy/flutter_hi_cache

flutter_hi_cache

pub package PRs Welcome flutter_hi_cache release

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

Content

Examples

Getting Started

HiCache.getInstance().setString("cache_ke", "cache_value");
HiCache.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

About

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

License:MIT License


Languages

Language:Dart 100.0%