flutter: add page (#2220)

italian
Christopher Kümmel 2018-07-26 00:47:24 +02:00 committed by Starbeamrainbowlabs
parent cbbdb6c5e6
commit d1280cfc5c
1 changed files with 23 additions and 0 deletions

23
pages/common/flutter.md Normal file
View File

@ -0,0 +1,23 @@
# flutter
> Googles free, open source, and cross-platform mobile app SDK.
- Check the Flutter version:
`flutter --version`
- Display general help:
`flutter help`
- Display help about a specific command:
`flutter help {{command}}`
- Execute a Flutter command:
`flutter {{command}}`
- Show information about the installed tooling:
`flutter doctor`