flutter_gehry library

Classes

BreakpointsData<D>
Used to store some data for different breakpoints.
BreakpointValues
ResponsiveBreakpointProviderScope
Data that will be provided in the context
ResponsiveBreakpointsProvider
This widget provides the BreakpointValues to his child. It also provides the current Breakpoints via an InheritedWidget, which will rebuild widget that depend on it whenever the current Breakpoints changes.
ResponsiveBuilder
Wrapper around Builder.
ResponsiveConstrainedBox
Wrapper around ConstrainedBox.
ResponsiveDecoratedBox
Wrapper around DecoratedBox.
ResponsiveExpandedData
ResponsiveFlex
Wrapper around Flex. If a value has not been provided, falls back on the Flex default constructor's values.
ResponsiveFlexible
Wrapper around Flexible.
ResponsiveFlexibleData
Data that will be passed to Flexible for the current breakpoint.
ResponsiveGridView
Wrapper around GridView. If a value is missing and is required by GridView, the GridView`s default constructor's default value will be used.
ResponsiveListView
Wrapper around ListView. If a value is missing and is required by ListView, the ListView's default constructor's default value will be used.
ResponsivePadding
Wrapper around Padding.
ResponsiveSizedBox
Wrapper around SizedBox.
ResponsiveSizedBoxData
Data that will be passed to SizedBox for the current breakpoint.
ResponsiveText
Wrapper around Text.
ResponsiveWidget
Displays the widget for the current breakpoint, or a SizedBox.shrink) if no data has been provided for the breakpoint.

Enums

Breakpoints

Mixins

ResponsiveStatelessWidgetMixin
Mixin for responsive stateless widgets.