mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-22 23:55:30 +02:00
flutter: add an example (#17195)
This commit is contained in:
parent
577eef80a8
commit
82bf5f191d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}`
|
||||
|
||||
- Delete the `build` and `.dart_tool` directories:
|
||||
|
||||
`flutter clean`
|
||||
|
||||
- Display help about a specific command:
|
||||
|
||||
`flutter help {{command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue