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.

Cloudflare Workers - Dart Edge #

This package is part of the Dart Edge project, enabling you to write and deploy to Cloudflare Workers using Dart.

Getting Started #

Install the Cloudflare wrangler CLI globally.

Next, install the edge package globally.

pub global activate edge

Create a new project:

edge new cloudflare_workers new_project

To learn more, visit the documentation.

Testing #

To run the tests, install the Node dependencies:

npm install

Then run the tests:

dart test -p node
3
likes
70
pub points
27%
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