What happened to `--no-web-browser-launch` ? · Issue #109268 · flutter/flutter · GitHub
Skip to content

What happened to --no-web-browser-launch ? #109268

Description

@softmarshmallow

#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: invalidIssue is closed as not valid

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions