error in flutter

20 views
Skip to first unread message

KyogiDi

unread,
Oct 1, 2020, 12:10:01 AM10/1/20
to Flutter Development (flutter-dev)
I'm beginner on flutter this error pop don't know how to fix it 
IMG_4914.JPGIMG_4915.JPG

Suzuki Tomohiro

unread,
Oct 1, 2020, 12:25:27 AM10/1/20
to KyogiDi, Flutter Development (flutter-dev)
MyApp is not defined.

On Thu, Oct 1, 2020 at 00:10 KyogiDi <bonz...@gmail.com> wrote:
I'm beginner on flutter this error pop don't know how to fix it 
IMG_4914.JPGIMG_4915.JPG









--


You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.


To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/4a1bd3c5-0253-4624-8df8-f0225629b310n%40googlegroups.com.


Andrew Brogdon

unread,
Oct 1, 2020, 1:27:17 AM10/1/20
to Suzuki Tomohiro, KyogiDi, Flutter Development (flutter-dev)
That test is trying to create a widget called "MyApp" so that it can test its behavior. Unfortunately, it's not able to resolve the reference.

This looks like the test that's created when you begin a new Flutter project. Did you recently create a new one? If so, you may have renamed the main widget so that it's no longer called "MyApp." If that's the case, you should probably just delete the test, since it's no longer helpful.

-Andrew

Reply all
Reply to author
Forward
0 new messages