I’m developing a Flutter web app and running it in the web emulator of firebase studio. Hot reload doesn’t seem to work as expected as I have to manually click the refresh icon in the emulator, and even then it takes around 6–10 seconds to reflect changes.
This defeats the purpose of hot reload, which should ideally be instant or near-instant. I’m using the latest stable Flutter version and running the app the standard web emulator.
Has anyone faced this issue or found a reliable fix for hot reload delays in Flutter web? Any tips or configuration tweaks would be appreciated!