Looks like you have missed the main function. add this to your main.dart
void main() async {
runApp(HomeScreen()); }