dart_edge icon indicating copy to clipboard operation
dart_edge copied to clipboard

Run Dart on the Edge - supporting Vercel & Cloudflare Workers (more coming soon).

Results 32 dart_edge issues
Sort by recently updated
recently updated
newest added

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...