Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I run this app #16

Closed
brianoh opened this issue Sep 22, 2019 · 1 comment
Closed

How do I run this app #16

brianoh opened this issue Sep 22, 2019 · 1 comment

Comments

@brianoh
Copy link

brianoh commented Sep 22, 2019

Hi, I've run a large number of Flutter apps that I've downloaded from github, but I cannot see how to run this. There is no main.dart, and I don't know how to run config. Can you please advise.

@KingWu
Copy link
Owner

KingWu commented Sep 23, 2019

For development,
flutter run --flavor development -t lib/config/main_development.dart

For staging,
flutter run --flavor staging -t lib/config/main_staging.dart

For production,
flutter run --flavor production -t lib/config/main_production.dart

@KingWu KingWu closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants