Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _includes/docs/mobile/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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]**
Expand Down