KingWu/flutter_starter_kit

[flutter run -t homepage.dart] Showing empty

Closed this issue · 3 comments

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!

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.

I solved it