layoutry library

Classes

LayoutInfo
A main class of information of Layoutry. Includes the default BoxConstraints (of the LayoutBuilder), and LayoutDevice.
Layoutry
Layoutry is a modified LayoutBuilder, which comes with a parsed LayoutInfo. Where you can use this info to check the device type of current running screen.

Enums

LayoutDevice
A device type by its screen size.

Constants

widthFloatingWindow → const int
widthFullHD → const int
widthFullHDPlus → const int
widthMobile → const int
widthTablet → const int

Typedefs

LayoutryBuilder = Widget Function(BuildContext context, LayoutInfo info)
A builder type definition for the Layoutry. Requires a BuildContext and LayoutInfo.