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.
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?