dart-lang / webdev

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

[DWDS] Allow mapping one app to one isolate in multi-app scenarios #1766

Open annagrin opened 1 year ago

annagrin commented 1 year ago

For smooth Dart DevTools experience, we might need to represent an app in multi-app setup as an isolate. Add a mode to DWDS to represent app as an isolate if requested.

Abhi149209 commented 1 year ago

@annagrin please elabotate the issue .

annagrin commented 10 months ago

@Abhi149209 sorry I missed your question. The issue is a part of a bigger feature (see parent issue https://github.com/dart-lang/webdev/issues/1769), which is not a top priority at the moment, thought that might change in the future.