cloudflare_worker_kv library

Remote config for Flutter backed by Cloudflare Workers KV.

Classes

CloudflareRemoteConfig
Remote config backed by a Cloudflare Worker reading from Workers KV.
ConfigStorage
Persistence used to cache fetched and activated config across app launches.
InMemoryConfigStorage
A ConfigStorage that keeps data in memory only. Useful for tests.
RemoteConfigSettings
Settings that control fetch behaviour.
RemoteConfigValue
A config value with typed accessors.
SharedPreferencesConfigStorage
The default ConfigStorage, backed by SharedPreferencesAsync.

Enums

RemoteConfigFetchStatus
Outcome of the most recent fetch attempt.
ValueSource
Where a RemoteConfigValue came from.

Exceptions / Errors

RemoteConfigException
Error thrown by fetch operations.