1
0
Fork 0
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:
Jonas Wu 2025-07-13 00:42:01 +08:00 committed by GitHub
parent 577eef80a8
commit 82bf5f191d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`