cloudflare_worker_kv 0.1.0
cloudflare_worker_kv: ^0.1.0 copied to clipboard
Remote config for Flutter backed by Cloudflare Workers KV: in-app defaults, fetch and activate, typed getters and an offline cache.
0.1.0 #
- Initial release.
CloudflareRemoteConfigAPI:setDefaults,setConfigSettings,fetch,activate,fetchAndActivate,getString/getBool/getInt/getDouble/getValue/getAll,lastFetchTime,lastFetchStatus.ETag/304 Not Modifiedsupport,minimumFetchInterval, 429 throttling.- Persistent cache via
shared_preferences, pluggableConfigStorage. - Works with the companion Cloudflare Worker in the repository's
worker/module, which serves config from Workers KV.
