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