DEV Community

Cover image for The beginning of a flutter journey
Ulrique
Ulrique

Posted on

The beginning of a flutter journey

I am a flutter developer with a bit of experience, but my favourite part of every programming journey has always been the beginning, where we are clueless and the learning pace is the fastest.
Like most people, I started my flutter development journey with a tutorial. I want to mention several beginner flutter tutorials that I have seen.

The first should be the official flutter page's codelab that shows the users how to build a simple flutter app with an interactive environment. This was the tutorial I first used and in my opinion the best one available.

Another example is the medium article for getting started with linux. It is fairly short and only shows how to run a simple template page. Though it doesn't have much content and doesn't ask the newbie to actually code anything, it does a relatively good job explaining.

There are many other flutter beginner tutorials that cover the basics and show the user how to get started with developing applications with flutter.

The most deep of the beginner tutorials that I remember was the free code camp's tutorial that covered everything from setting up the environment to actually publishing the app.

The most important thing to remember is that the tutorials are only there to explain the concept and familiarize with the framework. The most important part is to hone our skills through continuous coding and effort.

Top comments (1)

Collapse
 
ammar629 profile image
ammar629

You should also add the "Flutter - Widget of The Week" playlist here
Really helpful playlist for beginners to learn from