added
in flutter
labels
Nov 8, 2023DanTup 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 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 deleted the unsupported-devices-in-sidebar branch
November 14, 2023 09:53DanTup 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