Vercel Edge - Dart Edge
This package is part of the Dart Edge project, enabling you to write and deploy to the Vercel Edge Network using Dart.
Getting Started
Install the vercel
CLI globally
Next, install the edge
package globally.
pub global activate edge
Create a new project:
edge new vercel_edge new_project
To learn more, visit the documentation.