First App - Flutter Hello World Flutter Apps Getting Started This functions will execute while app running. void main() => runApp(MyApp()); same code with : void main() { runApp(new MyApp()); }