added flutter completions

pull/1333/head
tbhaxor 2019-02-24 21:24:13 +05:30
parent f02dab437a
commit 1e17fa1fd2
No known key found for this signature in database
GPG Key ID: 2CE3F4D1406EED1A
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/bash
if command -v flutter > /dev/null; then
eval "$(flutter bash-completion)"
fi