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

Include "unsupported" devices in the device picker, offer to run "flutter create ." when selected #2651

Merged
merged 3 commits into from
Jul 22, 2020

Conversation

DanTup
Copy link
Member

@DanTup DanTup commented Jul 16, 2020

Devices that are available in Flutter (flutter devices) but not supported according to Daemon's getSupportedPlatforms) will now be shown in the device picker prefixed with "Enable ":

Screenshot 2020-07-16 at 15 48 55

Selecting one will prompt to run flutter create . for you:

Screenshot 2020-07-16 at 15 49 01

Once that completes, it'll select that device for you.

Fixes #2602.

@DanTup DanTup added is enhancement in flutter Relates to running Flutter apps labels Jul 16, 2020
@DanTup DanTup added this to the v3.13.0 milestone Jul 16, 2020
@DanTup DanTup merged commit 70975d4 into master Jul 22, 2020
@DanTup DanTup deleted the enable-devices-from-picker branch July 22, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in flutter Relates to running Flutter apps is enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include "unsupported" devices in the device picker, offer to run "flutter create ." when selected
1 participant