webdev icon indicating copy to clipboard operation
webdev copied to clipboard

A CLI for Dart web development.

Results 206 webdev issues
Sort by recently updated
recently updated
newest added

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

package:webdev
type-documentation
P3
triaged

- Removes unnecessary library names - Avoids dangling library annotations and doc comments by adding unnamed library declaration - Removes some deprecated and removed lints

package:webdev
package:dwds
dart-debug-extension
package:frontend_server_client

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

package:dwds
P1
triaged

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

good first issue
package:dwds
P2
triaged

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

package:webdev
P3
waiting-for-customer-response
triaged

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

waiting-for-customer-response

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

type-enhancement
dart-debug-extension
P3
triaged

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

dart-debug-extension
P1
triaged

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

package:frontend_server_client

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

package:dwds
P3
triaged