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

[flutter run -t homepage.dart] Showing empty #4

Closed
itmanzzz opened this issue Feb 13, 2019 · 3 comments
Closed

[flutter run -t homepage.dart] Showing empty #4

itmanzzz opened this issue Feb 13, 2019 · 3 comments

Comments

@itmanzzz
Copy link

Hi KingWu,

I'd like to say hello first. I really love your starter kit.
I'm a newbie of flutter. Could you help me how to run your example?
image
its empty now!
I'm using this command: flutter run -t lib/app/ui/page/HomePage.dart
and also flutter run -t lib/app/ui/page/AppDetailPage.dart
They are the same result.
Please give me a help.
Email: vult.pnv@gmail.com
Skype: vult.pnv

Regards and waiting for ur help!

@KingWu
Copy link
Owner

KingWu commented Feb 13, 2019

For this starter kit, there exist three flavors including 'development', 'staging' and 'production'

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

Hope these can help you.

@itmanzzz
Copy link
Author

I solved it

@itmanzzz
Copy link
Author

itmanzzz commented Feb 15, 2019 via email

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