Skip to content

Fixes Flutter app from being incorrectly set as a Web debug target#2730

Merged
DanTup merged 1 commit intoDart-Code:masterfrom
BootBlock:flutter-no-web-debug
Aug 24, 2020
Merged

Fixes Flutter app from being incorrectly set as a Web debug target#2730
DanTup merged 1 commit intoDart-Code:masterfrom
BootBlock:flutter-no-web-debug

Conversation

@BootBlock
Copy link
Contributor

The conditionals to determine the debug type to use (eg. Flutter) is too aggressive and prevented the use of a launch path such as lib/web/myfile.dart due to being misconstrued as a Web project.

Fixes #2690.

@DanTup DanTup merged commit bd23881 into Dart-Code:master Aug 24, 2020
@DanTup DanTup added this to the v3.14.0 milestone Aug 24, 2020
@DanTup DanTup added in debugging Relates to the debug adapter or process of running debug sessions in flutter Relates to running Flutter apps is bug fix labels Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in debugging Relates to the debug adapter or process of running debug sessions in flutter Relates to running Flutter apps is bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flutter entry scripts in lib/web are incorrectly considered Dart-web

2 participants