1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

flutter: add page (#2220)

This commit is contained in:
Christopher Kümmel 2018-07-26 00:47:24 +02:00 committed by Starbeamrainbowlabs
parent cbbdb6c5e6
commit d1280cfc5c

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

@ -0,0 +1,23 @@
# flutter
> Google’s 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`