#43809
I'm using flutter run -d web-server as a daemon for my custom cli app, but i found out that this does not support devtools connection, getting back to flutter run -d chrome.
The thing is I need to display the run result on embedded iframe, so I searched for how to run on chrome without launching new instance.
And I recall I used flutter run -d chrome --no-web-browser-launch just fine, yet it seems no longer supported.
What happened to --no-web-browser-launch flag?
And is there any possible way I can connect devtools with -d web-server ?
ref: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/doc/daemon.md
#43809
I'm using
flutter run -d web-serveras a daemon for my custom cli app, but i found out that this does not support devtools connection, getting back toflutter run -d chrome.The thing is I need to display the run result on embedded iframe, so I searched for how to run on chrome without launching new instance.
And I recall I used
flutter run -d chrome --no-web-browser-launchjust fine, yet it seems no longer supported.What happened to
--no-web-browser-launchflag?And is there any possible way I can connect devtools with
-d web-server?ref: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/doc/daemon.md