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

AliasFull Command
fflutter
fcflutter clean
fpgflutter pub get
fpuflutter pub upgrade
frflutter run
fbapkflutter build apk
fbabflutter build appbundle
fdflutter doctor
ftflutter test
fanflutter analyze
fdvflutter devices
femflutter emulators
fioopen ios/Runner.xcworkspace
fupflutter upgrade
fplflutter pub outdated

๐Ÿ“„ License

MIT ยฉ Dizzpy


โญ Star this repo if it saved your keystrokes ๐Ÿ’ป
๐Ÿ‘‰ github.com/dizzpy/flutter-zsh-shortcuts