https://github.com/crazycodeboy/flutter_hi_cache
A cache manager based on shared_preferences. Works on iOS,Android and Web.
https://github.com/crazycodeboy/flutter_hi_cache
Last synced: 5 months ago
JSON representation
A cache manager based on shared_preferences. Works on iOS,Android and Web.
- Host: GitHub
- URL: https://github.com/crazycodeboy/flutter_hi_cache
- Owner: crazycodeboy
- License: mit
- Created: 2021-06-10T02:35:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T03:02:16.000Z (over 4 years ago)
- Last Synced: 2025-06-11T22:52:32.981Z (7 months ago)
- Language: Dart
- Size: 149 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_hi_cache
[](https://pub.dartlang.org/packages/flutter_hi_cache)
[ ](https://github.com/crazycodeboy/flutter_hi_cache/pulls)
[ ](https://github.com/crazycodeboy/flutter_hi_cache/releases)
A cache manager based on shared_preferences. Works on iOS,Android and Web.
## Content
- [Examples](#examples)
- [Getting started](#getting-started)
- [Contribution](#contribution)
## Examples
* [Examples](https://github.com/crazycodeboy/flutter_hi_cache/tree/master/examples)
## Getting Started
```dart
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](https://github.com/crazycodeboy/flutter_hi_cache/blob/master/LICENSE)**