Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to suppress launching the browser when using the web-server device #4511

Closed
DanTup opened this issue Apr 26, 2023 · 1 comment
Closed
Labels
in debugger Relates to the debug adapter or process of launching a debug session in flutter Relates to running Flutter apps is enhancement
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Apr 26, 2023

Usually when using the web-server device we want to open a browser when the app is ready. This isn't the case if we just want the app running in the background (eg. to embed somewhere). We should have some flag (launch.json?) to suppress this.

The launching is handled in response to the dart.webLaunchUrl event.

@DanTup DanTup added is enhancement in flutter Relates to running Flutter apps in debugger Relates to the debug adapter or process of launching a debug session labels Apr 26, 2023
@DanTup DanTup added this to the v3.64.0 milestone Apr 26, 2023
@DanTup
Copy link
Member Author

DanTup commented May 2, 2023

Fixed by d41d332.

@DanTup DanTup closed this as completed May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session in flutter Relates to running Flutter apps is enhancement
Projects
None yet
Development

No branches or pull requests

1 participant