Flutter Supported Components
Learn supported Flutter components in Monday Hero.
In this section, we'll explore the various Flutter components that are supported in Monday Hero.
Monday Hero streamlines the development process for product teams by providing static code components, which are a significant part of most apps. These supported components can be utilized within Monday Hero to generate functional UI component code, and developers can further customize this to craft their fully functional apps.
Below is a comprehensive table listing the Flutter components supported by Monday Hero, categorized by their functionality:
Menu & Action
MaterialButton
Used for actions, with variations like TextButton, IconButton, ElevatedButton, or OutlinedButton.
IconButton
A button that represents an action with an icon.
CupertinoButton
An iOS-style button used for user actions.
Layout & Organization
Stack
Arranges widgets on top of a base widget, often an image, with overlapping possible.
Container
Customizes its child widget, used for adding padding, margins, borders, or background color.
Row
A basic layout widget that arranges widgets horizontally.
Column
A basic layout widget that arranges widgets vertically.
Content
Icon
Represents a graphical icon.
Image
Displays an image.
Text
Displays text.
ListView
A scrollable list of widgets arranged linearly.
Selection & Input
TextField
Allows users to enter text using a hardware or onscreen keyboard.
CupertinoTextField
An iOS-style text field for entering text.
Switch
Toggles the on/off state of a single setting.
CupertinoSwitch
An iOS-style switch for toggling a setting.
Checkbox
Allows users to toggle the state of a single setting option.
Navigation & Search
CupertinoSearchTextField
An iOS-style text field used for searching.
Presentation
AlertDialog
Informs the user about situations that require acknowledgment.
CupertinoAlertDialog
An iOS-style alert dialog.
SimpleDialog
A Material Design dialog for simple choices.
System
AppBar
A Material Design app bar.
SnackBar
Provides brief notifications at the bottom of the screen.
Various
Spacer
Adds space before or after a selected layer.
FittedBox
Scales and positions its child widget according to fit.
LimitedBox
Limits its size only when it's unconstrained.
Wrap
Displays its children in multiple horizontal or vertical runs.
Center
Centers its child within itself.
Slider
A Material Design slider for selecting from a range of values.
CupertinoSlider
An iOS-style slider.
RangeSlider
Allows selection of a range from a set of values.
DropdownButton
A button for selecting from a list of items.
Please note that the descriptions provided for certain components are placeholders and should be completed with relevant information specific to the use case.
Last updated