supabase_functions 0.0.1+1 copy "supabase_functions: ^0.0.1+1" to clipboard
supabase_functions: ^0.0.1+1 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.