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

Hi, After following the steps in https://docs.dartedge.dev/platform/supabase I get a Not found message while trying to test the function locally (`http://localhost:54321/functions/v1/dart_edge`).

I have fallowed the docs of superbase to run dart edge in superbase platform. but even hello world function also not working doc: https://supabase.com/docs/guides/functions/dart-edge

This was in effect a basic replacement of js_bindings with typings Major Changes include: - No longer using a wrapper over the Request class - No longer using a wrapper...

[`js_bindings`](https://pub.dev/packages/js_bindings) is extensively used throughout the repo, but it's discontinued in favour of [`typings`](https://pub.dev/packages/typings). Typings also has Deno bindings generated so a lot of code is not needed anymore.

Since I found the project recently we are on Dart 3.3 but I got a lot of errors without changing anything, then tried to updated some version on pubspec.yaml but...

Currently the default Supabase project doesn't include an edge.yaml file by default, and the developers have to create it manually. This PR adds a default edge.yaml file. Also, the configuration...

![Screenshot from 2024-01-08 10-40-58](https://github.com/invertase/dart_edge/assets/32235964/b3e16ac0-369a-4855-8721-ad4a8165e792) and when i run exact command in teriminal it's working fine `dart compile js -O4 --no-frequency-based-minification --server-mode -o /home/rr-reddy/StudioProjects/milkman_edge_project/supabase/functions/task1/main.dart.js /home/rr-reddy/StudioProjects/milkman_edge_project/lib/task1.dart` serving edge functions in supabase is...

By default no config is required when developing and deploying, however providing such a file would allow the CLI to hook onto various options: - [ ] Support multiple entry...

**pubspec.yaml**: ``` environment: sdk: ">=2.18.5

Executing this: supabase functions deploy dart_edge --debug Getting this: ``` Supabase CLI 1.110.1 Version 1.30.3 is already installed Bundling dart_edge Error bundling function: exit status 1 file:///Users/andrey/Documents/MyProjects/Pillarium/pillarium_edge/supabase/functions/import_map.json file:///Users/andrey/Documents/MyProjects/Pillarium/pillarium_edge/supabase/functions/dart_edge/index.ts error: Uncaught...