diff --git a/_includes/docs/mobile/getting-started.md b/_includes/docs/mobile/getting-started.md index f66893d211..63d0cec68f 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,8 +473,8 @@ 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]**