mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
flutter: add page (#2220)
This commit is contained in:
parent
cbbdb6c5e6
commit
d1280cfc5c
1 changed files with 23 additions and 0 deletions
23
pages/common/flutter.md
Normal file
23
pages/common/flutter.md
Normal 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`
|
Loading…
Add table
Reference in a new issue