device_in library

Classes

DeviceApplication
DeviceIdentifier
A unique identifier that represents a device.
DeviceIn
The DeviceIn.identifier constructor loads an SVG file from assets to get device frame visuals and device info. Use the DeviceIn.info constructor to preload the device info instead.
DeviceInfo
Info about a device and its frame.
DeviceNavigationController
DeviceNavigationController is a controller that helps to navigate between different applications and keep track of the current state of the application. It is used to manage the navigation between applications in the IOS system view.
Devices
A list of common device specifications sorted by target platform.

Enums

DeviceNavigationControllerState
DeviceType
A device form factor.

Typedefs

EntryWidgetBuilder = Widget Function(DeviceNavigationController controller)
EntryWidgetBuilder is a function that returns a widget.