responsive_widgets_prefix library

Classes

ResponsiveAppBar
ResponsiveAssetImage
Responsive Asset Image is a wrapper around AssetImage, that allows for scaling of the asset image's surrounding container. It does this by extending ResponsiveStatelessWidget, wrapping with a Container and assigning a scale for different device sizes.
ResponsiveButtonTheme
Responsive Button Theme is a wrapper around ButtonTheme, that allows for scaling of the button's height and width. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveCard
Responsive Card is a wrapper around Card, that allows for scaling of the card's margin. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveCheckbox
Responsive Checkbox is a wrapper around Checkbox, that allows for scaling of the checkbox's size with a Transform wrapper. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveCircleAvatar
Responsive Circle Avatar is a wrapper around CircleAvatar, that allows for scaling of the avatar's radius. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveContainer
ResponsiveCupertinoApp
ResponsiveCupertinoTextField
Responsive Cupertino Text Field is a wrapper around CupertinoTextField, that allows for scaling of the text field's height and text size. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveFloatingActionButton
ResponsiveHelper
The Responsive Helper class manages the device type and updates based upon the provided screen size. It is initialized in the ResponsiveMaterialApp and ResponsiveCupertinoApp constructors. It also allows for manual updates with the testingScreenType static member, but only after a call to the ResponsiveHelper.updateTestingScreenType() method.
ResponsiveIcon
Responsive Icon is a wrapper around Icon, that allows for scaling of the icon's size. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveIconButton
ResponsiveImage
Responsive Image is a wrapper around Image, that allows for scaling of the image's width, height and scale. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveMaterialApp
ResponsivePadding
ResponsiveSlider
ResponsiveState<T extends ResponsiveStatefulWidget>
ResponsiveStatefulWidget
ResponsiveStatelessWidget
ResponsiveSwitch
ResponsiveText
Responsive Text is a wrapper around Text, that allows for scaling of the text's fontSize and captionStyle. It does this by extending ResponsiveStatelessWidget, and assigning a scale for different device sizes.
ResponsiveTextButton
ResponsiveTextField
ResponsiveTextFormField

Enums

ScreenType
The screen type is set based upon the provided width in ResponsiveHelper.setupScreenType