I have been trying to perform a hot-reload for my flutter-web project.
Been struggling to get hot restart functionality enabled when running via viscose dev-containers. I tried:
- Having the flutter run -d at the entry point.
- Executing the debug via the vs-code debugger.
Neither of them solves the hot-restart issue on the browser on which the initial page is rendered after building from the inside container. Please help how to achieve what I am trying. TIA.