Josh Soref 0e41181d54 chore: fix spelling errors across the project (#10459) 2 年之前
..
README.md 0e41181d54 chore: fix spelling errors across the project (#10459) 2 年之前
_flutter f9e7c45a48 Add flutter plugin (#8150) 4 年之前
flutter.plugin.zsh f9e7c45a48 Add flutter plugin (#8150) 4 年之前

README.md

Flutter plugin

The Flutter plugin provides completion and useful aliases

To use it, add flutter to the plugins array of your zshrc file:

plugins=(... flutter)

Aliases

Alias Command Description
fl flutter Shorthand for flutter command
flr flutter run Runs flutter app
fldoc flutter doctor Runs flutter doctor
flb flutter build Build flutter application
flattach flutter attach Attaches flutter to a running flutter application with enabled observatory
flget flutter packages get Installs dependencies
flc flutter clean Cleans flutter project