lib library

Classes

ContaineredBox
ContaineredBox is a widget that is used to show a containere that has a max width.
DisabledBox
DisabledBox is a widget that is used to disable a widget. it has the property enabled to disable the widget. enabled is true by default. it used Opacity to make the widget transparent. and IgnorePointer to disable the touch events.
EasyTabBar
FlexTable
FlexTable is a table that use flex to layout the columns you can set scroll and width and height for columns and rows you can fix a row or column to the left or right or make it sticky
FlexTableItem
FlexTableItem is a class that contains the data of each item in the table
FlexTableItemConfig
FlexTableItemConfig is a class that contains the size of each item in the table
GeneralCard
widget GeneralCard is used to show a widget in a panel
LoadingBox
LoadingBox is a widget that shows a loading indicator when the child is null
Panel
Panel is a widget that is used to show a panel. it has the property title to show a title on the panel. it has the property action to show an action on the panel. easy way to implement simple semantic panel.
PanelBar
PanelBar Row containing a title? and a action button?. and icon?
PanelCard
PanelCard is a widget that is used to show a panel card.
Platforms
Platforms is a class that is used to get the platform name and other information.
SafeContaineredBox
SafeContaineredBox
ScrollableArea
ScrollableArea is a widget that can be used to show a scrollable area also shows arrows to indicate the direction of the scroll you can also use it to show a refresh indicator and control the scroll by th indicators
ScrollableAreaArrow
Arrow direction for ScrollableAreaArrow class
ScrollableAreaArrows
ScrollableAreaArrows is a class that can be used to show or hide the arrows
TextPlaceholder
TextPlaceholder is a widget that can be used to show a placeholder for a text widget. It can be used to show a placeholder for a text widget

Enums

ArrowDirection
Arrow direction for ScrollableAreaArrow

Extensions

ColorToStringWeb on Color
toStringWeb() is extension method for Color class to convert Color to String in web format
DateTimeExtension on DateTime
QuarterTurns on ArrowDirection
Extension for ArrowDirection