Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created March 30, 2021 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/0300493dfb526ece606732a6d4fa34b1 to your computer and use it in GitHub Desktop.
Save barseghyanartur/0300493dfb526ece606732a6d4fa34b1 to your computer and use it in GitHub Desktop.
Flutter bash completion

Enable bash completion:

source <(flutter bash-completion)

Or simply add it to your ~/.bashrc

echo 'source <(flutter bash-completion)' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment