netlify_edge 0.0.1-dev.2 copy "netlify_edge: ^0.0.1-dev.2" to clipboard
netlify_edge: ^0.0.1-dev.2 copied to clipboard

outdated

Write and deploy Dart functions to the Netlify Edge network.

example/lib/main.dart

import 'package:netlify_edge/netlify_edge.dart';

void main() {
  NetlifyEdge(fetch: (request, context) {
    return Response("Hello, you're visiting from");
  });
}
0
likes
0
points
24
downloads

Publisher

verified publisherinvertase.io

Weekly Downloads

Write and deploy Dart functions to the Netlify Edge network.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

edge, edge_runtime, js, js_bindings, path

More

Packages that depend on netlify_edge