DanTup · GitHub

@DanTup added in flutter

Relates to running Flutter apps

in flutter sidebar

Relates to something in the "Flutter sidebar" that's provided via DevTools

labels

Nov 8, 2023

DanTup added a commit to DanTup/devtools that referenced this pull request

Nov 8, 2023
…sidebar
For each unique platform type in the set of unsupported devices, this adds a new row ("Enable web for this project"). Clicking it triggers the same flow as VS Code (which currently involves a toast in the corner to confirm we can run `flutter create`).
In future we might want to change this prompt to be in the sidebar (so it's less likely you'll miss it).
Related PR for Dart-Code is at Dart-Code/Dart-Code#4831
See Dart-Code/Dart-Code#4820
See flutter#6563

Merged

DanTup added a commit to DanTup/devtools that referenced this pull request

Nov 9, 2023
…sidebar
For each unique platform type in the set of unsupported devices, this adds a new row ("Enable web for this project"). Clicking it triggers the same flow as VS Code (which currently involves a toast in the corner to confirm we can run `flutter create`).
In future we might want to change this prompt to be in the sidebar (so it's less likely you'll miss it).
Related PR for Dart-Code is at Dart-Code/Dart-Code#4831
See Dart-Code/Dart-Code#4820
See flutter#6563

DanTup added a commit to DanTup/devtools that referenced this pull request

Nov 9, 2023
…sidebar
For each unique platform type in the set of unsupported devices, this adds a new row ("Enable web for this project"). Clicking it triggers the same flow as VS Code (which currently involves a toast in the corner to confirm we can run `flutter create`).
In future we might want to change this prompt to be in the sidebar (so it's less likely you'll miss it).
Related PR for Dart-Code is at Dart-Code/Dart-Code#4831
See Dart-Code/Dart-Code#4820
See flutter#6563

@DanTup

DanTup added a commit to DanTup/devtools that referenced this pull request

Nov 9, 2023
…sidebar
For each unique platform type in the set of unsupported devices, this adds a new row ("Enable web for this project"). Clicking it triggers the same flow as VS Code (which currently involves a toast in the corner to confirm we can run `flutter create`).
In future we might want to change this prompt to be in the sidebar (so it's less likely you'll miss it).
Related PR for Dart-Code is at Dart-Code/Dart-Code#4831
See Dart-Code/Dart-Code#4820
See flutter#6563
+ add enablePlatformType method
See #4820

@DanTup

@DanTup

@DanTup

DanTup deleted the unsupported-devices-in-sidebar branch

November 14, 2023 09:53

DanTup added a commit to flutter/devtools that referenced this pull request

Nov 14, 2023
…sidebar (#6688)
* Add the ability to enable platform types from the device list in the sidebar
For each unique platform type in the set of unsupported devices, this adds a new row ("Enable web for this project"). Clicking it triggers the same flow as VS Code (which currently involves a toast in the corner to confirm we can run `flutter create`).
In future we might want to change this prompt to be in the sidebar (so it's less likely you'll miss it).
Related PR for Dart-Code is at Dart-Code/Dart-Code#4831
See Dart-Code/Dart-Code#4820
See #6563
* Tweak analytics

Closed

Read the original on github.com ↗