screenshot_maker library

A package for generating images laid out using Flutter.

Classes

PhysicalViewPadding
ScreenshotMaker
A widget for generating images. When you pass a widget as a child and let it work in the simulator, it generates an image.
Simulated
A widget for fitting your app into a device frame image.

Functions

runPkg(Widget app) → void
When using Simulated, please use runPkg instead of runApp. This is to ensure that the viewPadding settings are applied correctly.