Alternate answer
Read moreHow do you compile and run a Dart program?
Finally, you’ll use an AOT (ahead of time) compiler to compile your finished program to native machine code, which you’ll execute using the Dart runtime.
Read moreHow do I run Dart program in IntelliJ?
The Dart plugin adds Dart support to JetBrains IDEs such as IntelliJ IDEA and Android Studio.
Read moreHow do you start a Dart project?
How to create a Dart project manually
Read moreHow do I run a flutter file?
Run the app
Read more