Hi, I started with the flutter (desktop) guide today. After creating a project with flutter create, I moved to the project and tried running "flutter run". I am getting the following error
Launching lib/main.dart on Linux in debug mode...
Building Linux application...
Error waiting for a debug connection: The log reader stopped unexpectedly.
Error launching application on Linux.
Things I have tried so far:
1. Trying out different channels : Stable, Master and dev. Ran flutter upgrade and flutter clean each time
2. Installed linux dependencies with
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev