responsive_deva library

Classes

MyUtilityDeva
ResponsiveDevaStart
A widget that gets the device's details like orientation and constraints

Functions

boxHeight(double height) Widget
boxWidth(double width) Widget
convertNA(dynamic data) String
getHeight(double height) double
getWidth(double width) double

Enums

DeviceType
Type of Device

Typedefs

ResponsiveBuild = Widget Function(BuildContext context, Orientation orientation, DeviceType deviceType)
Provides Context, Orientation, and DeviceType parameters to the builder function