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

# Flutter ENV

This Application is build with&#x20;

{% code title="Flutter version" %}

```
3.10.5
```

{% endcode %}

## Use FVM&#x20;

FVM helps with the need for consistent app builds by referencing the Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps without waiting for Flutter installation every time.

{% code title="MacOS Setup" %}

```
brew tap leoafarias/fvm
brew install fvm
```

{% endcode %}

{% code title="View Installed Flutters" %}

```
fvm list
```

{% endcode %}

View All Flutter versions Installed
