cloudflare_workers 0.0.2+1 cloudflare_workers: ^0.0.2+1 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.