webdev
webdev copied to clipboard
A CLI for Dart web development.
I want to compile dart to js for a non-web target (eg. [fermyon/js][1], [node][6]) I'm told it's possible with 2 possible approaches: 1. [webdev build --no-release][2] suggested [here][3] 2. [dart...
- Removes unnecessary library names - Avoids dangling library annotations and doc comments by adding unnamed library declaration - Removes some deprecated and removed lints
The debug builds use insecure websockets to communicate with the debugger. I setup an nginx proxy to serve my build over https, to enable APIs to set secure cookies. Serving...
After https://github.com/dart-lang/webdev/pull/2426, which removed all the unsound null-safety tests, we should also remove everywhere where we allow unsound null safety to be specified. For example: https://github.com/dart-lang/webdev/blob/ae43e8e935727670e79976b1899152ef4a23df7b/dwds/lib/src/debugging/metadata/module_metadata.dart#L117-L119
I'm proxying `flutter run -d chrome --web-port 5710` through a Vite proxy and it doesn't respond with a `RunRequest` over the dwds websocket. When flutter.js, proxied through vite to run...
**Description:** I am encountering an issue with my Flutter web application where the UI components fail to render properly when running in Google Chrome. Instead of displaying the expected UI,...
### Seeking Dart Version of Extension API. Specifically seeking help from Google to help wrap Chrome's js API. I see that a subset of the Chrome API is being worked...
I'm trying to develop a flutter web app behind a nginx server. It worked few weeks ago but now I got this notification : https://github.com/dart-lang/webdev/blob/51b5484348b4a8ede351e8dff0428b083495ba78/dwds/debug_extension_mv3/web/messaging.dart#L212-L215 My nginx conf ``` server...
See workflow run: https://github.com/dart-lang/webdev/actions/runs/8034050792 Note: The `frontend_server_client` is used on VM in `package:test`: https://github.com/dart-lang/test/blob/26953ba46d9e56dd4195c5678ada16a2005ec2a7/pkgs/test_core/lib/src/runner/vm/test_compiler.dart
`yieldControlToDDS` (added here: https://github.com/dart-lang/webdev/pull/1092) currently checks if there is an existing client, and returns `false` if so. In fact, DDS should only fail to start if there's an existing **DDS**...