본문 바로가기
프레임워크/flutter

[Error] error entrypoint doesn't contain a main function flutter

by seongjko 2023. 10. 3.
728x90
void main() async {
  runApp(const 내가만든클래스이름());
}

run button을 누르니까 뜬 에러인데 

이 코드가 main.dart에 없어서 그랬다.

 

 

반응형