dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Make `pauseIsolatesOnStart` an optional parameter to hot-restart #2397

Closed elliette closed 6 months ago

elliette commented 6 months ago

Follow up to https://github.com/dart-lang/webdev/pull/2378

The pauseIsolatesOnStart parameter should be optional, so that we don't need to update all the call sites at once.

Work towards https://github.com/flutter/devtools/issues/7231