vercel_edge 0.0.4+4 copy "vercel_edge: ^0.0.4+4" to clipboard
vercel_edge: ^0.0.4+4 copied to clipboard

Write and deploy Dart functions to the Vercel Edge network.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vercel_edge

With Flutter:

 $ flutter pub add vercel_edge

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vercel_edge: ^0.0.4+4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vercel_edge/vercel_edge.dart';
1
likes
100
pub points
7%
popularity

Publisher

verified publisherinvertase.io

Write and deploy Dart functions to the Vercel Edge network.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

edge, edge_runtime, js, js_bindings, shelf

More

Packages that depend on vercel_edge