I wonder if we can create a Flutter web app from WSL2. I had a problem with the CHROME_EXECUTABLE device since the host was Windows but I wanted to develop it in WSL2. I've already tried to use the msedge.exe for Windows GUI, not the Linux one and got this error. I assume it has something to do with the file permission on Windows.
I'm not sure about the file permissions. When building on the web, I use the Chrome app that comes from the Ubuntu install. It shows up when you search for Chrome in the Start menu
Then I do the Flutter run command and it launches in the browser.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I wonder if we can create a Flutter web app from WSL2. I had a problem with the
CHROME_EXECUTABLEdevice since the host was Windows but I wanted to develop it in WSL2. I've already tried to use themsedge.exefor Windows GUI, not the Linux one and got this error. I assume it has something to do with the file permission on Windows.I'm not sure about the file permissions. When building on the web, I use the Chrome app that comes from the Ubuntu install. It shows up when you search for Chrome in the Start menu

Then I do the Flutter run command and it launches in the browser.