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

[flutter_tools] connect devtools deeplink URLs for web target platform / debug mode #80389

Merged
merged 3 commits into from
Apr 15, 2021

Conversation

jonahwilliams
Copy link
Member

@jonahwilliams jonahwilliams commented Apr 13, 2021

Displays the same devtools information as for regular flutter apps, and connects the data needed to deeplink.

#80334

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Apr 13, 2021
@google-cla google-cla bot added the cla: yes label Apr 13, 2021
@jonahwilliams jonahwilliams marked this pull request as ready for review April 13, 2021 21:05
'value': uri.toString(),
},
);
if (device.targetPlatform == TargetPlatform.web_javascript) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since _invokeRpcOnFirstView is handling the web_javascript case directly, can we remove this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh right, good catch

@jonahwilliams jonahwilliams merged commit 5a5eb2d into flutter:master Apr 15, 2021
@jonahwilliams jonahwilliams deleted the web_dev_tools branch April 15, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants