
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
3주차 mymemo 강의 듣고나서
다시 해보려고 vscode 재부팅하니
class에 전부 빨간밑줄 표시가 노출되고 있습니다.


작성한 코드 및 에러 메세지
3주차 2강의 main.dart 복사해서 붙여넣기 했습니다.
에러메시지는
Classes can only extend other classes.
Try specifying a different superclass, or removing the extends clause.dartextends_non_class
입니다.
The name 'MyApp' is defined in the libraries 'package:flutter/src/widgets/framework.dart' and 'package:mymemo/main.dart'.
Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.dartambi
입니다.
