0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/flutter
Josh Soref 0e41181d54
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-01 12:20:31 +01:00
..
_flutter Add flutter plugin (#8150) 2019-09-24 14:46:38 +02:00
flutter.plugin.zsh Add flutter plugin (#8150) 2019-09-24 14:46:38 +02:00
README.md chore: fix spelling errors across the project (#10459) 2021-12-01 12:20:31 +01:00

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