From 51ae1cbc53050e750249e78bfb583e3b2f85aef5 Mon Sep 17 00:00:00 2001 From: LeoMorgan Date: Thu, 26 Feb 2026 11:48:00 +0200 Subject: [PATCH 1/2] Fixed flutter run command --- _includes/docs/mobile/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/docs/mobile/getting-started.md b/_includes/docs/mobile/getting-started.md index f66893d211..5fc64d3b22 100644 --- a/_includes/docs/mobile/getting-started.md +++ b/_includes/docs/mobile/getting-started.md @@ -382,7 +382,7 @@ if the **{{appProject}}** project is currently running, please stop it and proce To confirm that Firebase has been integrated properly, run your application. ``` -flutter run +flutter run --dart-define-from-file configs.json ``` {:.copy-code} @@ -473,12 +473,12 @@ Usage: Use Flutter commands prefixed with `fvm`, like this: Examples: ```bash -fvm flutter run -fvm flutter build apk +fvm flutter run --dart-define-from-file configs.json +fvm flutter build apk --dart-define-from-file configs.json ``` **Option 2**: Manually set the global Flutter version **[Not recommended]** - +F If you only work on one project, you can manually set the global Flutter version: ```bash From 2d90fed6e6a7d4782b2fe40efa577053924f0ea3 Mon Sep 17 00:00:00 2001 From: LeoMorgan Date: Thu, 26 Feb 2026 12:00:09 +0200 Subject: [PATCH 2/2] Fixed flutter run command --- _includes/docs/mobile/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/docs/mobile/getting-started.md b/_includes/docs/mobile/getting-started.md index 5fc64d3b22..63d0cec68f 100644 --- a/_includes/docs/mobile/getting-started.md +++ b/_includes/docs/mobile/getting-started.md @@ -478,7 +478,7 @@ fvm flutter build apk --dart-define-from-file configs.json ``` **Option 2**: Manually set the global Flutter version **[Not recommended]** -F + If you only work on one project, you can manually set the global Flutter version: ```bash