Skip to content

Instantly share code, notes, and snippets.

@MartinMajewski
Last active February 2, 2023 12:10
Show Gist options
  • Save MartinMajewski/669b647f35be4ed32789d7b3b95bfd7d to your computer and use it in GitHub Desktop.
Save MartinMajewski/669b647f35be4ed32789d7b3b95bfd7d to your computer and use it in GitHub Desktop.
Install Flutter via FVM on macOS!

Do not install Flutter via the official website's documentation, as it is cumbersome to maintain, update, and switch between versions.

Do this instead:

  1. Make sure Homebrew is installed on your machine: https://brew.sh
  2. Install FVM via Homebrew: https://fvm.app/docs/getting_started/installation
  3. Manage your Flutter installations more convieniently!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment