webdev, run pub global activate --source path webdevwebdev against local changes in dwds, add a dependency override in webdev/webdev/pubspec.yaml pointing to your local dwds directory (e.g., in the SDK or a separate checkout), then run dart run build_runner build from /webdev/webdev directory/webdev/example, run webdev serve --debug --verbose (Note: all options can be found by running webdev help serve)If you get this error:
The /webdev/webdev/pubspec.yaml file has changed since the /webdev/webdev/pubspec.lock file was generated, please run "dart pub get" again.
You need to do the following:
rm webdev/webdev/pubspec.lock/webdev/webdev run dart pub get