flutter_storyboard library

Classes

AndroidDevices
A set of Android devices.
CustomLane
CustomScreen
DeviceFrame
Simulate a physical device and embedding a virtual screen into it.
DeviceFrameStyle
The device frame style only allows to update the keyboardStyle for now.
DeviceFrameTheme
The theme gives a style to all its descentant device frames.
DeviceIdentifier
A unique identifier that represents a device.
DeviceInfo
Info about a device and its frame.
DeviceKeyboardStyle
Devices
A list of common device specifications sorted by target platform.
IosDevices
A set of iOS devices.
LinuxDevices
MacOsDevices
A set of macOS devices.
NestedApp
StoryBoard
StoryboardController
VirtualKeyboard
Display a simulated on screen keyboard at the bottom of a child widget.
WindowsDevices

Enums

DeviceType
A device form factor.

Typedefs

LaneBuilder = Widget Function(BuildContext context, String? title, Widget child)
ScreenBuilder = Widget Function(BuildContext context, RouteSettings route, Widget child)