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

Commit

Permalink
Update README.md launch configurations
Browse files Browse the repository at this point in the history
filenames were out of date
  • Loading branch information
rsheyd authored Jan 30, 2024
1 parent f3562d6 commit 9059bfb
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 9059bfb

Please sign in to comment.