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

Helps to run UI tests on multiple device and take screenshots

Results 5 flutter-screenshot issues
Sort by recently updated
recently updated
newest added

Add description of available CLI commands and flags to readme. - [ ] init - [ ] doctor - [ ] --config - [ ] --verbose

documentation

Add a `parallelDevices` option into the yaml config. This would be an integer value which will represent the maximum number of the parallel running devices and tests. The implementation should...

enhancement

This should be a string array type in the yaml configuration. The values would be `Portrait, Landscape, Portrait-reverse, Landscape-reverse`. By this value the tool can generate more variations of screenshots....

enhancement

Create an example project in Flutter with UI tests and add the flutter screenshot to the project.

documentation
good first issue