renetik-android-store

Key-value stores with typed, observable property delegates. Back a store with JSON, a file, or Android SharedPreferences and read/write it through CSProperty-style delegates that survive reloads.

Packages

Link copied to clipboard

CSStore and the property / dataProperty / late* / null* delegate factories for every supported value type.

Link copied to clipboard
Link copied to clipboard

The CSStoreProperty delegate implementations behind the factories.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Store implementations: CSJsonObjectStore, CSPreferencesStore, CSFileJsonStore, CSBundleJsonStore and friends.