go-flutter icon indicating copy to clipboard operation
go-flutter copied to clipboard

Let Hover take a screenshot by sending 's' to stdin

Open GeertJohan opened this issue 4 years ago • 0 comments

Inspired by #375

We could let hover take a screenshot when the user sends an 's' on stdin.

Hover can simply execute flutter screenshot --observatory-uri=http://127.0.0.1:50300/XXXXX --type=rasterizer, because it knows the observatory uri already. This makes life easy for developers.

GeertJohan avatar Apr 20 '20 13:04 GeertJohan