responsive_deva library

Classes

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

Enums

DeviceType
Type of Device

Extensions

UtilityHelperDevaExt on num

Functions

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

Typedefs

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