flutter_screenshot_generator library
Classes
- DeviceConfig
- PlatformDevices
- Platform-specific device configurations
- ScreenshotConfig
- ScreenshotGenerator
- ScreenshotHelper
- ScreenshotPresets
- Predefined configurations for different testing scenarios
Extensions
- ScreenshotTestHelpers on WidgetTester
- Extension methods for easier testing
Typedefs
-
InitFunction
= Future<
void> Function(DeviceConfig device, ScreenshotConfig config, String localeCode) -
StepFunction
= Future<
void> Function(WidgetTester tester)