Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.3 KB

File metadata and controls

36 lines (24 loc) · 1.3 KB

Taking screenshots with the Flutter CLI

Did you know that you take screenshots with the Flutter CLI?

To do this, run flutter screenshot from the terminal. Then, choose a device, and the screenshot will be saved in the current directory.

Note: this works only on the iOS and Android emulators - other platforms and real devices are not supported.


Alternatively, simply hit CMD+S (on macOS) or CTRL+S (on Windows) from your iOS simulator or Android emulator to capture a screenshot.


Previous Next
Flutter Web App Initialization Logic with CSS Loader The UniversalPlatform Package