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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cloudflare_worker_kvThis 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.0Alternatively, 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';