How to make Flutter work on WSL2 using host’s emulator?
You cannot use “hot reload” features with flutter app because the process of deployment/running never finishes Actually, you can! Just connect to the device with adb connect <IP> instead of going through the socket. See my full blog post here: https://dnmc.in/2021/01/25/setting-up-flutter-natively-with-wsl2-vs-code-hot-reload/