cloudflare_worker_kv 0.1.0 copy "cloudflare_worker_kv: ^0.1.0" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloudflare_worker_kv

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cloudflare_worker_kv: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloudflare_worker_kv/cloudflare_worker_kv.dart';
0
likes
160
points
--
downloads
screenshot

Documentation

API reference

Publisher

verified publisherhuynq.dev

Weekly Downloads

Remote config for Flutter backed by Cloudflare Workers KV: in-app defaults, fetch and activate, typed getters and an offline cache.

Repository (GitHub)
View/report issues

Topics

#remote-config #cloudflare #feature-flags #configuration

License

MIT (license)

Dependencies

flutter, http, meta, shared_preferences

More

Packages that depend on cloudflare_worker_kv