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

Unhandled error detected in the injected client.js script. You can disable this script in webdev by passing --no-injected-client if it is preventing your app from loading, but note that this...

package:dwds

SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.

package:dwds
needs-info

Hi! I'm running webdev with the following command: `cd dart_app & webdev serve web:7777 --hostname 0.0.0.0 --auto restart --tls-cert-chain=localhost.pem --tls-cert-key=localhost-key.pem`. I have a reverse proxy locally to redirect requests where...

package:webdev
package:dwds
P2
triaged

I reran build_runner with these latest dependencies but there's no changes in the checked-in code.

package:dwds

type-enhancement
package:webdev

Makes the packages in this repo conformant with the recommended set of lints for packages maintained by the Dart and Flutter teams. This is done in preparation for migrating these...

package:webdev
package:dwds
dart-debug-extension
package:frontend_server_client
changelog-not-required

Updates the repository's shared analysis config package to use v6 of `package:lints`. Also enables `use_null_aware_elements` in preparation for it being added to the package in a future release. Then fixes...

package:webdev
package:dwds
dart-debug-extension

Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10.0.0 to 10.1.0 Release notes Sourced from actions/stale's releases. v10.1.0 What's Changed Add only-issue-types option to filter issues by...

type-infra

Asking here first per https://github.com/dart-lang/build/issues/4179#issuecomment-3248440625 CC and thanks to @davidmorgan There should be a way to override the unsupported platform check. https://github.com/dart-lang/build/issues/2200#issuecomment-539175477 mentions flutter has this disabled, how? The code...

type-enhancement
package:webdev
P3
triaged

## Steps to reproduce: ``` # create a web project dart create -t web myapp cd myapp dart pub global activate webdev ``` start debug daemon (since that's what vscode...

type-bug
package:dwds
P2
triaged