webdev
, run pub global activate --source path webdev
/webdev/webdev/pubspec.yaml
, 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