VSCode hot reload for Flutter does not work

后端 未结 14 1172
野性不改
野性不改 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:24

    Make sure you don't have this type of imports I was going crazy and deleting them fixed the hot reload, check all your files, I found this answer in github: https://github.com/flutter/flutter/issues/49744

    import file:///C:/Users/.../.../< App Name >/lib/filename.dart

提交回复
热议问题