Migrate to use as dev dep and `dart run`
Open
P1
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 2
Description
We should migrate webdev to use `dart install` instead of `dart pub global activate`. The new install command should make webdev faster (it does an AOT compile), and we'd like to deprecate `dart pub global activate`.
I tried simply switching things over, but it looks like tests fail.
There's also an issue here: https://github.com/dart-lang/webdev/issues/2758
Contributor guide
Assessment
This issue has not been assessed yet.