Flutter app doesn’t work properly with vscode android emulator
I’m going to learn Flutter. Thus I set the flutter development environment with vscode and android studio. It worked very nice. Flutter doctor have no problem [1], android emulator work properly[2]. But when I try to run flutter sample code where samples tap in the dartpad. It doesn’t work in android emulator with eteral roading.[3] However the code work at chrome emulator.[4]
[1]: https://i.sstatic.net/8McufghT.png
[2]: https://i.sstatic.net/wJSoOKY8.png
[3]: https://i.sstatic.net/LhZUGVfd.png
[4]: https://i.sstatic.net/2fp4OZWM.png