Contributor Author
@DanTup I don't have permission to request a review, please review :)
DanTup
added
in flutter
labels
Nov 4, 2021Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! :-)
Member
Yeah, I think you're right - although the alignment looks a bit weird. Is there any blank/spacer we could use so the text all lines up? If not, then I'll merge as-is. Thanks!
Member
Contributor Author
It's coming next release apparently! I filed #3655. I'll go with icons
Member
Great!
There's a failing test on the PR:
2) device_manager
overrides real emulators with custom definitions:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '$(play) Start My emulator override'
- 'Start My emulator override'
+ expected - actual
-$(play) Start My emulator override
+Start My emulator override
To run, select Flutter or Flutter LSP tests in the debug pane (you can also change the test to it.only( to run just that test) - although the fix is probably fairly clear :-)
Thanks!



