screenshot_modes library

Classes

DevicePreviewHelper
DeviceScreenshotWithLabel
DirectPageRouteBuilder
ItemScreenMode
ScreenShotModesPlugin
A plugin for device preview that allows to capture a screenshots from the device (with its frame included)
SimpleScreenShot

Typedefs

AyncCallbackContext = Future<void> Function(BuildContext context)
ScreenshotProcessor = Future<String> Function(DeviceScreenshotWithLabel screenshot)
Process a given screenshot and returns a displayed message.