bash-it/completion/available/flutter.completion.bash

6 lines
89 B
Bash

#!/usr/bin/bash
if _command_exists flutter; then
eval "$(flutter bash-completion)"
fi