Supabase Functions - Dart Edge
This package is part of the Dart Edge project, enabling you to write and deploy to Supabase Functions using Dart.
Getting Started
Install the supabase
CLI on your machine.
Next, install the edge
package globally.
pub global activate edge
Create a new project:
edge new supabase_functions new_project
To learn more, visit the documentation.