I am trying out JetBrains Fleet. I was thinking to make a sample Flutter project in it. But not sure how to configure run.json
for Flutter project.
It is pretty simple when it comes to terminal command: flutter run --debug
or flutter run --release
.
But I am struck at run.json
file. Don't know what to write there.