A fake HardwareKeyboard, which can be used to simulate keys being pressed while new
keys are pressed, e.g., CMD being pressed when the user then presses C to copy
or V to paste.
An AutomatedTestWidgetsFlutterBinding with a fake HardwareKeyboard, which can be used
to simulate keys being pressed while new keys are pressed, e.g., CMD being pressed when
the user then presses C to copy or V to paste.
A special version of MatchesGoldenFile that allows a specified number of
pixels to be different between golden files before considering the test to
be a failure.
A golden file comparator that allows a specified number of pixels
to be different between the golden image file and the test image file, and
still pass.
A matcher that expects given content to match the golden file referenced
by key, allowing up to maxPixelMismatchCount different pixels before
considering the test to be a failure.
A golden test that configures itself as a Android platform before executing the
given test, and nullifies the Android configuration when the test is done.
A golden test that configures itself as a Windows platform before executing the
given test, and nullifies the Windows configuration when the test is done.