dart_edge
dart_edge copied to clipboard
Run Dart on the Edge - supporting Vercel & Cloudflare Workers (more coming soon).
Just some things I've noticed when using the template; - generated pubspec.yaml has hardcoded name - generated wrangler.toml has hardcoded name - generated pubspec.yaml should have `publish_to: none` by default...
Netlify offers an integration [integartions](https://docs.netlify.com/edge-functions/create-integration/) to work with the Netlify CLI. We've got a [package setup](https://github.com/invertase/dart_edge/tree/main/packages/netlify_edge) to handle this integration but it needs some love. There's a few things to...