json_cache
json_cache copied to clipboard
An object-oriented Flutter package for caching user data locally in json.
This is an implementation on top of the [ObjectBox](https://pub.dev/packages/objectbox) package.
This is an implementation on top of the [Biometric Storage](https://pub.dev/packages/biometric_storage) package.
This is an implementation on top of the package [Realm](https://pub.dev/packages/realm), which in turn is a mobile database.
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.