Skip to content

Instantly share code, notes, and snippets.

@vbalagovic
Last active April 3, 2022 19:42
Show Gist options
  • Save vbalagovic/c9f52b09774c9253f76f4d1d7af392b8 to your computer and use it in GitHub Desktop.
Save vbalagovic/c9f52b09774c9253f76f4d1d7af392b8 to your computer and use it in GitHub Desktop.

After FVM installation use it this way

fvm install <specific version>
fvm use <specific version>
fvm flutter pub get

Add to .gitignore (root directory) the sdk itself but leave the version

.fvm/flutter_sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment