get_state_manager/src/simple/get_responsive library

Classes

GetResponsiveView<T>
Extend this widget to build responsive view. this widget contains the screen property that have all information about the screen size and type. You have two options to build it. 1- with builder method you return the widget to build. 2- with methods desktop, tablet,phone, watch. the specific method will be built when the screen type matches the method when the screen is ScreenType.Tablet the tablet method will be exuded and so on. Note if you use this method please set the property alwaysUseBuilder to false With settings property you can set the width limit for the screen types.
GetResponsiveWidget<T extends GetLifeCycleMixin>
A widget that provides responsiveness functionality by dynamically choosing which widget to build based on the screen type.
ResponsiveScreen
A class that provides information about the current screen size and type.
ResponsiveScreenSettings
A class containing settings for responsive screen behavior.

Enums

ScreenType
An enumeration representing different types of screens.

Mixins

GetResponsiveMixin
A mixin that facilitates building responsive widgets by providing methods to conditionally choose which widget to build based on the screen type.