> For the complete documentation index, see [llms.txt](https://learn.mondayhero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mondayhero.io/design-to-flutter.md).

# DESIGN TO FLUTTER

- [Convert Design to Flutter](https://learn.mondayhero.io/design-to-flutter/convert-design-to-flutter.md): Create your iOS and Android App with Monday Hero
- [Create Flutter Components](https://learn.mondayhero.io/design-to-flutter/creating-components.md): Create components like buttons, text fields, lists, grids, and much more...
- [System Components](https://learn.mondayhero.io/design-to-flutter/creating-components/system-components.md)
- [Material & Cupertino Components](https://learn.mondayhero.io/design-to-flutter/creating-components/system-components/material-and-cupertino-components.md): Choosing Between Material and Cupertino Components in Flutter
- [Flutter Supported Components](https://learn.mondayhero.io/design-to-flutter/creating-components/system-components/flutter-supported-components.md): Learn supported Flutter components in Monday Hero.
- [Custom Components](https://learn.mondayhero.io/design-to-flutter/creating-components/custom-components.md): Create Custom Components and Craft Your Own Library
- [Create Responsive Code](https://learn.mondayhero.io/design-to-flutter/create-responsive-code.md): Create and edit responsive code on Monday Hero.
- [Colors](https://learn.mondayhero.io/design-to-flutter/colors.md)
- [Text Styles](https://learn.mondayhero.io/design-to-flutter/text-styles.md)
- [Assets](https://learn.mondayhero.io/design-to-flutter/assets.md)
- [Sync Code](https://learn.mondayhero.io/design-to-flutter/sync-code.md)
- [Flutter Project Base](https://learn.mondayhero.io/design-to-flutter/flutter-project-base.md): Setting up your Flutter project environment with Monday Hero
- [Fast Start with Monday Hero Starter Project](https://learn.mondayhero.io/design-to-flutter/flutter-project-base/fast-start-with-monday-hero-starter-project.md): Sync faster by using the starter project.
- [Integrate Monday Hero to your Existing Project](https://learn.mondayhero.io/design-to-flutter/flutter-project-base/integrate-monday-hero-to-your-existing-project.md): Manually add dependencies and sync code for integration
- [Shadows, Gradients, and Other Design Elements](https://learn.mondayhero.io/design-to-flutter/shadows-gradients-and-other-design-elements.md): In this section, we'll explore how Monday Hero works with the Figma plug-in.
- [Troubleshooting Guide](https://learn.mondayhero.io/design-to-flutter/troubleshooting-guide.md): Detecting and Resolving Bugs in Your Monday Hero Experience
- [Checklist for Design Element Review and Code Generation](https://learn.mondayhero.io/design-to-flutter/troubleshooting-guide/checklist-for-design-element-review-and-code-generation.md): Design Element Review and Checklist
- [Github Monday Hero Starter Project Troubleshooting](https://learn.mondayhero.io/design-to-flutter/troubleshooting-guide/github-monday-hero-starter-project-troubleshooting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.mondayhero.io/design-to-flutter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
