-
Notifications
You must be signed in to change notification settings - Fork 308
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
Web apps are not launched for web-service device when using new SDK DAP #4292
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
in flutter
Relates to running Flutter apps
is bug
Milestone
Comments
DanTup
added
is bug
in flutter
Relates to running Flutter apps
in debugger
Relates to the debug adapter or process of launching a debug session
labels
Nov 30, 2022
Needs Flutter work. |
Flutter PR is at flutter/flutter#116275. |
mit-mit
pushed a commit
to mit-mit/flutter
that referenced
this issue
Dec 6, 2022
…ients (flutter#116275) * [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients Fixes Dart-Code/Dart-Code#4292. * Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Another static const instead of final Co-authored-by: Christopher Fujino <fujino@google.com>
shogohida
pushed a commit
to shogohida/flutter
that referenced
this issue
Dec 7, 2022
…ients (flutter#116275) * [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients Fixes Dart-Code/Dart-Code#4292. * Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Another static const instead of final Co-authored-by: Christopher Fujino <fujino@google.com>
gspencergoog
pushed a commit
to gspencergoog/flutter
that referenced
this issue
Jan 19, 2023
…ients (flutter#116275) * [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients Fixes Dart-Code/Dart-Code#4292. * Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Another static const instead of final Co-authored-by: Christopher Fujino <fujino@google.com>
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 bug
The
app.webLaunchUrl
event isn't being passed fromflutter run
back to the client.The text was updated successfully, but these errors were encountered: