VSCode hot reload for Flutter does not work

后端 未结 14 1265
野性不改
野性不改 2021-01-11 11:50

I\'m on VSCode right now working on my flutter application when hot reload just stops working, right in the middle of my development. I have absolutely no idea why this happ

14条回答
  •  轮回少年
    2021-01-11 12:14

    If you're implementing your MaterialApp in main.dart will cause this issue, the best practice is to separate out another dart file, then refer from main.dart.

提交回复
热议问题