fvm use <version>
Sets a Flutter SDK version to be used in a project
Arguments
Name | Description |
---|---|
version | The Flutter SDK version to use |
Options
Name | Description |
---|---|
-h, --help | Print this usage information |
-f, --force | Skips command guards that does Flutter project checks |
-p, --pin | If version provided is a channel. Will pin the latest release of the channel |
--flavor | Sets version for a project flavor |