seenickcode

Flutter for Super Junior Devs

A course module strictly for junior developers, specifically, developers that are familiar with some programming language but with less than a year of experience. The goal is to ensure that developers come away from this course module with a solid grasp of Flutter and Dart and can continue studying other online tutorials or videos on this site with relative ease.

Skill level: Junior Engineer
Required skills: Some programming language competancy.
Last updated: 9/12/2022
Your progress:
minutes completed
0 of 93 total minutes

01: Installing Flutter on Windows
sign up required

How to set up Flutter and Visual Studio Code on Windows, step by step.

02: Installing Flutter on MacOS
sign up required

How to set up Flutter and Visual Studio Code on macOS, step by step.

03: Reading Flutter Code Easily: Syntax Basics.
sign up required

We review Dart basics by covering Functions, Classes and Class Properties.

04: Creating Our First Flutter App
sign up required

Creating a new Flutter app, organizing Flutter code, creating our first StatelessWidget, using MaterialApp, Scaffold and Text widgets.