Understanding a simple Flutter app

Understanding a simple Flutter app In this tutorial we are going to do a step-by-step guide in how to create a simple Flutter application, using Linux as operating system. As stated by Google , Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. Flutter code compiles to ARM or Intel machine code as well as JavaScript, for fast performance on any device. Flutter is powered by Dart , a language optimized for fast apps on any platform. Here we will not go into details about the Dart language, since its concepts and syntax are easily understood by those who are used to using modern programming languages, and because our focus is on creating the application. This tutorial is the first of a series aimed at teaching the main concepts underlying the flutter Framework through simple examples. In each lesson we will present a complete and working ex...