mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
fvm: add page (#12349)
This commit is contained in:
parent
d3208c69b9
commit
08e04da924
1 changed files with 32 additions and 0 deletions
32
pages/common/fvm.md
Normal file
32
pages/common/fvm.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# fvm
|
||||
|
||||
> Flutter version manager.
|
||||
> More information: <https://fvm.app/documentation/guides/basic-commands>.
|
||||
|
||||
- Install a version of the Flutter SDK. Use without `version` for project settings:
|
||||
|
||||
`fvm install {{version}}`
|
||||
|
||||
- Set a specific version of Flutter SDK in a project:
|
||||
|
||||
`fvm use {{version}} {{options}}`
|
||||
|
||||
- Set a global version of the Flutter SDK:
|
||||
|
||||
`fvm global {{version}}`
|
||||
|
||||
- Delete the FVM cache:
|
||||
|
||||
`fvm destroy`
|
||||
|
||||
- Remove a specific version of the Flutter SDK:
|
||||
|
||||
`fvm remove {{version}}`
|
||||
|
||||
- List all installed versions of the Flutter SDK:
|
||||
|
||||
`fvm list`
|
||||
|
||||
- List all releases of the Flutter SDK:
|
||||
|
||||
`fvm releases`
|
Loading…
Add table
Reference in a new issue