flutter-zsh-shortcuts ๐ฆโก
June 17, 2025 ยท View on GitHub
A blazing-fast โก๏ธ Zsh plugin with clean aliases for common Flutter commands. Make your CLI workflow smoother than a hot reload.
โ๏ธ Installation
Manual (Oh My Zsh)
Clone the plugin into your custom plugin folder:
git clone https://github.com/dizzpy/flutter-zsh-shortcuts ~/.oh-my-zsh/custom/plugins/flutter-zsh-shortcuts
Edit your ~/.zshrc and add flutter-zsh-shortcuts to the plugins array:
plugins=(git flutter-zsh-shortcuts)
Then apply the changes:
source ~/.zshrc
๐ค Available Shortcuts
| Alias | Full Command |
|---|---|
f | flutter |
fc | flutter clean |
fpg | flutter pub get |
fpu | flutter pub upgrade |
fr | flutter run |
fbapk | flutter build apk |
fbab | flutter build appbundle |
fd | flutter doctor |
ft | flutter test |
fan | flutter analyze |
fdv | flutter devices |
fem | flutter emulators |
fio | open ios/Runner.xcworkspace |
fup | flutter upgrade |
fpl | flutter pub outdated |
๐ License
MIT ยฉ Dizzpy
โญ Star this repo if it saved your keystrokes ๐ป
๐ github.com/dizzpy/flutter-zsh-shortcuts