json_cache icon indicating copy to clipboard operation
json_cache copied to clipboard

An object-oriented Flutter package for caching user data locally in json.

Results 9 json_cache issues
Sort by recently updated
recently updated
newest added

This is an implementation on top of the [ObjectBox](https://pub.dev/packages/objectbox) package.

feature

This is an implementation on top of the [Biometric Storage](https://pub.dev/packages/biometric_storage) package.

feature

This is an implementation on top of the package [Realm](https://pub.dev/packages/realm), which in turn is a mobile database.

feature

Add support to the [sqflite](https://pub.dev/packages/sqflite).

feature

Is there a way to list all keys? If not one should be created as this would allow for scanning over all cached data and seeing if it has been...

Implement a method like `Future keys()` so that users can obtain all keys.

feature