app_deploy_screenshots library

Classes

AppDeployScreenshots
Device
This Device is a configuration for golden test. Can be provided for multiScreenGolden
TestAssetBundle

Enums

DevicePlatform
DeviceType
Represents standard device display sizes and types
DisplaySize
Represents standard iOS device display sizes

Extensions

TestViewExtensions on TestFlutterView
Convenience extensions for configuring elements of the TestView
WidgetFlutterBindingExtensions on TestWidgetsFlutterBinding
Convenience extensions for more easily configuring WidgetTester for pre-set configurations

Typedefs

CustomPump = Future<void> Function(WidgetTester)
CustomPump is a function that lets you do custom pumping before golden evaluation. Sometimes, you want to do a golden test for different stages of animations, so its crucial to have a precise control over pumps and durations
DeviceSetup = Future<void> Function(Device device, WidgetTester tester)
Function definition for allowing for device or test setup to occur for each device configuration under test
FileNameBuilder = String Function(Device device)
Function definition for allowing for custom file name building