Skip to content

Commit 773f424

Browse files
authored
Fixed flutter run command (#2602)
* Fixed flutter run command * Fixed flutter run command
1 parent 01a61b3 commit 773f424

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/docs/mobile/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ if the **{{appProject}}** project is currently running, please stop it and proce
375375
To confirm that Firebase has been integrated properly, run your application.
376376

377377
```
378-
flutter run
378+
flutter run --dart-define-from-file configs.json
379379
```
380380
{:.copy-code}
381381

@@ -442,8 +442,8 @@ Usage: Use Flutter commands prefixed with `fvm`, like this:
442442
Examples:
443443

444444
```bash
445-
fvm flutter run
446-
fvm flutter build apk
445+
fvm flutter run --dart-define-from-file configs.json
446+
fvm flutter build apk --dart-define-from-file configs.json
447447
```
448448

449449
**Option 2**: Manually set the global Flutter version **[Not recommended]**

0 commit comments

Comments
 (0)