- 安装
brew tap leoafarias/fvm
brew install fvm
- 卸载
brew uninstall fvm
brew untap leoafarias/fvm
Usage: fvm <command> [arguments]
Global options:
-h, --help Print this usage information.
--verbose Print verbose output.
--version current version
Available commands:
config Set configuration for FVM
dart Proxies Dart Commands
destroy Destroy FVM cache by deleting FVM directory
doctor Shows information about environment, and project configuration.
exec Executes scripts with the configured Flutter SDK
flavor Switches between different project flavors
flutter Proxies Flutter Commands
global Sets Flutter SDK Version as a global
install Installs Flutter SDK Version
list Lists installed Flutter SDK Versions
releases View all Flutter SDK releases available for install.
remove Removes Flutter SDK Version
spawn Spawns a command on a Flutter version
use Sets Flutter SDK Version you would like to use in a project
Run "fvm help <command>" for more information about a command.
网友评论