responsive_wrapper library

Classes

InheritedResponsiveWrapper
Creates an immutable widget that exposes ResponsiveWrapperData to child widgets.
ResponsiveBreakpoint
Control the responsiveness of the app at a breakpoint.
ResponsiveBreakpointSegment
Computed breakpoint segments.
ResponsiveWrapper
A wrapper that helps child widgets resize/scale to different screen dimensions.
ResponsiveWrapperData
Responsive data about the current screen.
ResponsiveWrapperState

Constants

DESKTOP → const String
MOBILE → const String
PHONE → const String
TABLET → const String

Functions

getBreakpointSegments(List<ResponsiveBreakpoint> breakpoints, ResponsiveBreakpoint defaultBreakpoint) List<ResponsiveBreakpointSegment>
Calculate breakpoint segments algorithm.