VSCode hot reload for Flutter does not work

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

    For flutter hot reload problems that may be happening with your project,

    It is a problem with your device, and not flutter or Android Studio

    This happens when your logcat hangs up.

    You might want to increase your buffer size.

    To do this, go into your device or emulator:

    Settings > Developer options (Ensure they are turned on),

    Change the buffer size to a higher number.

    Then run flutter run -v again

提交回复
热议问题