sauer-kindra
Results
2
issues of
sauer-kindra
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened I was debugging a Flutter windows application, as the breakpoint is reached I get this message from the IDE...
I am trying to setup a new Flutter enviornment on my work machine, and I am using the powershell script to install puro: `Invoke-WebRequest -Uri "https://puro.dev/builds/1.4.4/windows-x64/puro.exe" -OutFile "$env:temp\puro.exe"; &"$env:temp\puro.exe" install-puro...