package
0.1.1
Repository: https://github.com/borosr/flutter-screenshot.git
Documentation: pkg.go.dev

# Functions

Read is reading the screenshots.yaml file and returning the parsed config.Data.

# Constants

ModeBoth is set if the device should start both light and dark modes ModeDark if the device should start in dark mode ModeLight if the device should start in light mode.
ModeBoth is set if the device should start both light and dark modes ModeDark if the device should start in dark mode ModeLight if the device should start in light mode.
ModeBoth is set if the device should start both light and dark modes ModeDark if the device should start in dark mode ModeLight if the device should start in light mode.

# Variables

AllModes stores all the valid modes: light, dark, both BothModes stores the meaning of both modes: light, dark.
AllModes stores all the valid modes: light, dark, both BothModes stores the meaning of both modes: light, dark.

# Structs

Data is the highest level of the configuration contains the command for execution and the devices for run.
Device represents the possible configuration properties of a device.
Devices is wrapping all IOS and Android devices in two separate lists.