Monday Hero
Website
V2
V2
  • Overview
  • Workflow Basics
  • Getting Started
    • Installing the Desktop App
    • Log In & Create a Project
    • Prepare Design to Get the Best Code Results
    • Import Design Files into Monday Hero
      • Import Figma Design Files into Monday Hero
        • Import Your Figma Text Style and Color Library
      • Import Adobe XD Design Files into Monday Hero
      • Import Sketch Design Files Into Monday Hero
    • Share Your Project & Manage Roles
  • DESIGN TO FLUTTER
    • Convert Design to Flutter
    • Create Flutter Components
      • System Components
        • Material & Cupertino Components
        • Flutter Supported Components
      • Custom Components
    • Create Responsive Code
    • Colors
    • Text Styles
    • Assets
    • Sync Code
    • Flutter Project Base
      • Fast Start with Monday Hero Starter Project
      • Integrate Monday Hero to your Existing Project
    • Shadows, Gradients, and Other Design Elements
    • Troubleshooting Guide
      • Checklist for Design Element Review and Code Generation
      • Github Monday Hero Starter Project Troubleshooting
  • DESIGN TO SWIFT
    • Convert Design to Swift
    • Create Swift Components
      • System Components
        • Views
        • Texts
        • Images
        • Button
        • TextField/EditText
        • Text Area
        • Status Bar
        • Search Bar
        • List
        • Grid
        • Swift Supported Components
      • Custom Components
      • Video Player Code Component
    • Colors
    • Text Styles
    • Assets
    • Shadows, Gradients, and Other Design Elements
    • Firebase
      • How to get Video URL from Firebase
    • Export Code
      • Integrating Exported Files into an Existing Xcode Project
  • Hero AI Assistant
    • Hero AI Assistant
  • Design to React
    • Convert Design to React
  • Step-By-Step Tutorials
    • 🏖️Travel App
  • Support
    • Roadmap
    • Suggest a New Feature
    • Report a Bug
    • Product Announcements
    • Mail to Support
    • Frequently Asked Questions
  • Join & Follow Us
    • YouTube
    • Discord Community
    • GitHub
    • Twitter
    • LinkedIn
    • Blog
    • Instagram
    • Facebook
Powered by GitBook
On this page

Was this helpful?

  1. DESIGN TO FLUTTER
  2. Create Flutter Components
  3. System Components

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:

Category
Component
Description

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.

PreviousMaterial & Cupertino ComponentsNextCustom Components

Last updated 1 year ago

Was this helpful?