Flu is a clean, fast, and safe Flutter SDK version manager.
Easily install, switch, and manage multiple Flutter versions, globally or per-project.
Fast, Clean, Easy β manage your Flutter SDKs with confidence.
- π₯ Install any Flutter version (specific or latest)
- π Switch Flutter versions globally or locally
# Clone Flu
git clone https://github.com/yourusername/flu.git
# Move into the directory
cd flu
# (Optional) Set up an alias to run Flu globally
# Example: (add this to your .zshrc or .bashrc)
alias flu="python3 /path/to/flu/src/flu/cli.py"