JetBrains: Fleet cannot run Flutter application

168 Views Asked by At

I want to try JetBrains Fleet IDE for Flutter development. But I'm not able to run my application. I tried to set run configuration which I found here on SO, but it is not working on in my case. I'm running on Ubuntu. enter image description here

When I run command flutter run --debug on terminal, everything is working. I added flutter to path adding this to my ~/.bashrc file

export FLUTTER_HOME=~/DevTools/flutter
export PATH=${PATH}:$FLUTTER_HOME/bin

Can somebody to help me to find out the problem, why I can't run my app from Fleet?

0

There are 0 best solutions below