gits_responsive library

Classes

GitsBreakpoint
The GitsBreakpoint class represents a breakpoint in a responsive design system, with properties such as start and end values, width and height design values, target, text scale factor, and text auto size.
GitsBreakpointsData
The GitsBreakpointsData class represents data related to device breakpoints, orientation, text scaling, and media queries in a Dart application.
GitsInheritedBreakpoints
The GitsInheritedBreakpoints class is an immutable inherited widget that provides GitsBreakpointsData to its descendants.
GitsResponsive
The GitsResponsive class is a widget that provides responsive design capabilities by determining the appropriate breakpoint and text scale factor based on the device's screen size.
GitsResponsiveTarget
The class defines constants for different types of responsive targets.
GitsResponsiveWidget

Typedefs

BuilderResposive = Widget Function(BuildContext context, Orientation orientation)