appsize library
Classes
- AppSize
- The Widget that gets the device's details like orientation and constraints.
- AppSizeUtil
- The util class with all the stuff that we use to get the size of the app.
Enums
- DeviceType
- Type of Device.
Extensions
- AppSizeExt on num
- The extension we use over the num class to make it easier to use the tool.
Typedefs
- ResponsiveBuild = Widget Function(BuildContext context, Orientation orientation, DeviceType deviceType)
-
Provides
Context
,Orientation
, andDeviceType
parameters to the builder function.