responsive_size_utils library

Classes

ResponsiveSizeUtils
Class use for beautiful responsive design both on tablets and mobiles This class specially used for developing an app for all devices without having specific different designs
ResponsiveWidget

Enums

DEVICE
The breakpoints are 0 logical pixel<= smallest width < 480 logical pixel => MOBILE_PORTRAIT 480 logical pixel<= smallest width < 720 logical pixel => TABLET_PORTRAIT 720 logical pixel<= smallest width => WEB = (mobile landscape) = (tablet landscape)