A blazing-fast β‘οΈ Zsh plugin with clean aliases for common Flutter commands. Make your CLI workflow smoother than a hot reload.
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
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 |
MIT Β© Dizzpy
β Star this repo if it saved your keystrokes π»
π github.com/dizzpy/flutter-zsh-shortcuts