Build Mobile Apps With Flutter
Let’s see how to build our first mobile application using flutter, the UI tool kit for compiling native desktop, web, mobile applications developed by Google. The first thing to do is install Flutter, Android studio and Setup our editor, like Visualstudio code. I have everything ready on my local machine so let’s jump into How to Write our

Let’s see how to build our first mobile application using flutter, the UI tool kit for compiling native desktop, web, mobile applications developed by Google.
The first thing to do is install Flutter, Android studio and Setup our editor, like Visualstudio code.
I have everything ready on my local machine so let’s jump into How to Write our fist flutter app.
If you need to install flutter, android studio and setup the editor follow the documentation on the flutter website for your Operative System.
Environment Setup:
https://flutter.dev/docs/get-started/install
https://flutter.dev/docs/get-started/editor#
Write your first app:
Step 1, we need to create a started flutter app.
Step 2, we need to add an external package
https://flutter.dev/docs/get-started/codelab#step-2-use-an-external-package