From 82bf5f191db8964587cb622f94131b3de4802cc4 Mon Sep 17 00:00:00 2001 From: Jonas Wu <77948838+cc5u@users.noreply.github.com> Date: Sun, 13 Jul 2025 00:42:01 +0800 Subject: [PATCH] flutter: add an example (#17195) --- pages/common/flutter.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/flutter.md b/pages/common/flutter.md index 803415a4be..41dc7a7c83 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -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}}`