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
+4
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}}`