leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.72k stars 233 forks source link

[Feature Request] Set specified version of Flutter SDK in current terminal enviroment. #784

Open SunJenry opened 2 months ago

SunJenry commented 2 months ago

Before creating a feature request make sure the suggestion fit within our principles

Is your feature request related to a problem? Please describe. I want to use specified version of Flutter SDK in current terminal, but I don't want change global version or add any fvm configure file in current work dir. So, is there any way to set specified version of Flutter SDK in current terminal, and when I close the terminal , nothing happened.

Describe the solution you'd like Input with fvm current [version name] or someother more reasonable command, this version will over write glabal default version and this only valid in current terminal.