golden_screenshot 1.1.0 golden_screenshot: ^1.1.0 copied to clipboard
Utilities to automate screenshot generation using Flutter's golden tests.
1.1.0 #
- You can now run
tester.precacheImagesInWidgetTree()
to precache all images currently in the widget tree, instead of having to manually specify each image withtester.precacheImages([...])
1.0.2 #
- Fixed apps that use
MediaQuery.size
not receiving the simulated screen size
1.0.1 #
- Added documentation comments to most of the code
1.0.0 #
- Initial release