Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 517 Bytes

custom-version.mdx

File metadata and controls

21 lines (13 loc) · 517 Bytes
title
Custom Flutter SDK (Forks)

import { Callout } from "nextra/components";

Custom Flutter Version (forks)

You can use custom Flutter versions (forks) within FVM cache.

To do that, you have to prefix the version with custom_ and then add the name of the version. For example, if you want to use a custom version of Flutter, you can do the following.

fvm use [custom_name]

Run fvm list to view the cache directory, and the current cached versions.