Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Update README.md launch configuration filenames #194

Merged
merged 1 commit into from
Feb 20, 2024
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ To run the desired flavor either use the launch configuration in VSCode/Android

```sh
# Development
$ flutter run --flavor development --target lib/main_development.dart
$ flutter run --flavor development --target lib/main_dev.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
$ flutter run --flavor staging --target lib/main_tester.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart
$ flutter run --flavor production --target lib/main_prod.dart
```

_\*Super Dash works on iOS, Android, Web, and Windows._
Expand Down