cloudflare_workers 0.0.4+4 copy "cloudflare_workers: ^0.0.4+4" to clipboard
cloudflare_workers: ^0.0.4+4 copied to clipboard

Write and deploy Dart functions to Cloudflare Workers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudflare_workers

With Flutter:

 $ flutter pub add cloudflare_workers

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

dependencies:
  cloudflare_workers: ^0.0.4+4

Alternatively, your editor might support dart pub get or 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_workers/cloudflare_workers.dart';
3
likes
70
pub points
31%
popularity

Publisher

verified publisherinvertase.io

Write and deploy Dart functions to Cloudflare Workers.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

edge, edge_runtime, js, js_bindings

More

Packages that depend on cloudflare_workers