basic_ui library

Classes

BasicApp
Creates a BasicApp.
BasicAppBar
Creates a BasicAppBar.
BasicAppBarTheme
BasicButton
Buttons give people a way to trigger an action. They’re typically found in forms, dialog panels, and dialogs. Some buttons are specialized for particular tasks, such as navigation, repeated actions, or presenting menus.
BasicCalendar
The calendar control lets people select and view a single date their calendar.
BasicCard
Cards contain content and actions about a single subject.
BasicCardTheme
BasicColor
BasicDetail
Widget to show detail of information
BasicDrawer
Creates a BasicDrawer.
BasicDrawerMenu
BasicGrid
BasicList
Creates a list "items" separated by Divider.
BasicListView
Creates a fixed-length scrollable linear array of list "items" separated by Divider.
BasicScaffold
Creates a visual scaffold for page.
BasicTap
This Widget is a wrapper for a GestureDetector with AnimatedOpacity Widget, used to make non-tapable Widgets tappable
BasicText
BasicText is a Widget for displaying text. You can use Text to standardize text across your app.
BasicTextField
Creates a FormField that contains a TextField.
BasicTextFieldTheme
BasicTheme
BasicToggle
A toggle represents a physical switch that allows someone to choose between two mutually exclusive options. For example, “On/Off”, “Show/Hide”. Choosing an option should produce an immediate result.
BasicValidator