Skip to content

Instantly share code, notes, and snippets.

View MartinMajewski's full-sized avatar

Martin Majewski MartinMajewski

View GitHub Profile
@MartinMajewski
MartinMajewski / UseFvmForFlutterInstalls.md
Last active February 2, 2023 12:10
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!