Skip to content

Commit

Permalink
Updating FVM link (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusdust authored Aug 6, 2024
1 parent 2b7a60e commit 13535fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/flutter-configuration/flutter-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ Codemagic provides several options: `channel Stable`, `channel Beta`, `channel M

Setting the Flutter version in workflow editor is possible in the build section of your workflow editor.

Alternatively, you can leverage [Flutter Version Management (FVM)](https://fvm.app/docs/getting_started/overview) by selecting the `from FVM configuration` option. This automatically sets the Flutter version from your project's `fvm_config.json` file, located at the root of your project in the `.fvm` directory. If this file does not exist, the build will fail.
Alternatively, you can leverage [Flutter Version Management (FVM)](https://fvm.app/documentation/getting-started) by selecting the `from FVM configuration` option. This automatically sets the Flutter version from your project's `fvm_config.json` file, located at the root of your project in the `.fvm` directory. If this file does not exist, the build will fail.

Moreover, when using FVM, Codemagic allows you to set the specific FVM flavor in the UI to provide all the needed flexibility when managing the Flutter version.

0 comments on commit 13535fc

Please sign in to comment.