fvm icon indicating copy to clipboard operation
fvm copied to clipboard

Flutter Version Management: A simple CLI to manage Flutter SDK versions.

Results 102 fvm issues
Sort by recently updated
recently updated
newest added

We want to use FVM in our team to ensure a consistent Flutter version across our team. From reading the docs, I can't find a good solution for switching to...

First of all, thanks for this great tool. Google should've thought about something like that when they started introducing breaking changes over and over again. **Is your feature request related...

enhancement

## Before creating a feature request make sure the suggestion fit within our [principles](https://fvm.app/docs/getting_started/overview#principles) **Is your feature request related to a problem? Please describe.** I don't know which Flutter/Dart version...

enhancement

Hi thanks for the lib! However, Intellij IDEA automatically resolves symlink to actual path. For example, I enter `/path/to/my/app/.fvm/flutter_sdk`: ![image](https://user-images.githubusercontent.com/5236035/155053216-af2809e4-1609-4f94-a0c4-c9c5cb644b61.png) And I click apply/ok: ![image](https://user-images.githubusercontent.com/5236035/155053241-1ecc8529-d7d5-488a-a999-4cd309c43d0f.png) as you can see it...

bug

**Before creating a bug report please make check the following** - [x] You have read our [FAQ](https://fvm.app/docs/guides/faq) - [x] If you have used flutter. Please install correctly, run `pub cache...

bug
pinned

**Describe the bug** flutter doctor reports different results from a project directory which has a different `fvm use` **To Reproduce** usage from home directory (success) ``` flutter doctor Doctor summary...

bug

## Problem: Right now the user needs to manually configure their IDE path for VSCode in order to have all IDE tooling running properly. This causes some support issues to...

enhancement
help wanted
good first issue

Can you provide an option to control check fvm update? Because, it was so slow sometime。 ` if (cmd == 'use' || cmd == 'install' || cmd == 'remove') {...

enhancement

**Describe the bug** When running commands through fvm (like `flutter test` or `flutter analyze`) it cuts off the formatting like color and caret manipulation what makes the output much harder...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Running the test suite currently causes actual downloads & install commands. **Describe the solution you'd like** The test suite should...

enhancement