Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/yaml-quick-start/building-a-flutter-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ ln -s $FLUTTER_ROOT $CM_BUILD_DIR/.fvm/flutter_sdk

{{</notebox>}}

{{<notebox>}}
**Note**: For monorepo projects, where the FVM configuration file is often located inside a subdirectory. Instead of setting **flutter: fvm** in the workflow's environment section, install and configure FVM manually in the relevant app directory:
```
scripts:
- brew tap leoafarias/fvm && brew install fvm
- fvm install && fvm use
```

{{</notebox>}}

{{</markdown>}}
{{< /tab >}}

Expand Down