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

# Tomato Flutter

<figure><img src="https://github.com/tomatophp/tomato-flutter/raw/master/art/screenshot.png" alt=""><figcaption></figcaption></figure>

Build a Flutter App Using Artisan Commands, the generated app will be an HMVC app with a clean architecture and a powerful CRUD generator.

### Requirements <a href="#user-content-requirements" id="user-content-requirements"></a>

please check that you have flutter installed and working on your system by check

```
flutter doctor
```

and you must have at least one emulator or device connected to your system

### Installation <a href="#user-content-installation" id="user-content-installation"></a>

```
composer require tomatophp/tomato-flutter
```

### Support <a href="#user-content-support" id="user-content-support"></a>

you can join our discord server to get support [TomatoPHP](https://discord.gg/VZc8nBJ3ZU)

### Docs <a href="#user-content-docs" id="user-content-docs"></a>

you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/tomato-flutter)

### Changelog <a href="#user-content-changelog" id="user-content-changelog"></a>

Please see [CHANGELOG](https://github.com/tomatophp/tomato-flutter/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Security <a href="#user-content-security" id="user-content-security"></a>

Please see [SECURITY](https://github.com/tomatophp/tomato-flutter/blob/master/SECURITY.md) for more information about security.

### Credits <a href="#user-content-credits" id="user-content-credits"></a>

* [Fady Mondy](mailto:info@3x1.io)
* [flutter\_fusion](https://github.com/thedevsbuddy/flutter_fusion)

### License <a href="#user-content-license" id="user-content-license"></a>

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-flutter/blob/master/LICENSE.md) for more information.


---

# 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://docs.tomatophp.com/plugins/tomato-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.
