webdev
webdev copied to clipboard
A CLI for Dart web development.
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...
SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
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...
I reran build_runner with these latest dependencies but there's no changes in the checked-in code.
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...
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...
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...
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...
## 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...