screenshooter 1.0.2 screenshooter: ^1.0.2 copied to clipboard
Automatically create screenshots of your flutter app
Changelog #
1.0.2 #
- Set
ScreenshotConfiguration.fromEnv.isActive
to true when running a suite
1.0.1 #
- Accept callback functions that do not return a
Future
inScreenshot
andScreenshotSuite
- Send a warning if the password was accessed while running a screenshot suite but has not been set
- README: clarify usage of login information
1.0.0 #
- full release
- use configuration to take screenshots
- frame screenshots using ImageMagick
0.1.0 #
- MVP