bootstrap_like_grid
library
Classes
-
BSBreakPoints
-
A class for managing break points, their labels and values
values are based on the current screen width
-
BSColumn
-
A column for widgets, must be a child of a BSContainer, and should be the child of a BSRow.
-
BSColumnState<T extends StatefulWidget>
-
interface for BSColumnState coming soon
-
BSContainer
-
A Bootstrap like container. Can be fluid = always screen width.
Default is to be sized based on the screen size, see breakpoints for
definitions. Also, can have a max breakpoint specified.
""
sm
md
lg
xl
xxl
The max breakpoint is the largest the container can be
note that a breakpoint can't be used if fluid = true
*** Should be the child of a Material App ***
-
BSContainerWrapper
-
An InheritedWidget for the BS Container.
Allows children to know the size of the container they are in,
through the of function
-
BSRow
-
Analyzes passed column's breakpoint triggers, and
is a column or row based on largest breakpoint passed
-
BSRowState
-
-
BSRowStateInterface<T extends StatefulWidget>
-
interface for BSRow State Coming in Future