supabase_functions 0.0.2+4 supabase_functions: ^0.0.2+4 copied to clipboard
Write and deploy Dart functions to Supabase Functions.
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.