
Beginning Flutter – Dart Basics – Part 3
This video is an introduction to: Using Functions Import Packages Using Classes Implementing Asynchronous Programming

Beginning Flutter – Dart Basics – Part 2
This video is an introduction to: Flow Statements if and else ternary for loops while and do-while while and break continue switch and case

Beginning Flutter – Dart Basics – Part 1
This video is an introduction to: Why use Dart and what are the benefits? Commenting Code Main() entry point Variables Numbers Strings Booleans Lists Maps Runes Operators

Beginning Flutter – Widget Tree and Element Tree
This video is an introduction to: Understanding the Widget Tree and the Element Tree. How the Flutter application itself is a widget. Elements have a reference to the widget and are responsible for comparing the widget differences. When you see the use of...

Beginning Flutter – Introduction to Flutter and Dart
This video is an introduction to the base architecture of the Flutter framework and the Dart language. But, before diving into code its important to understand how Flutter works behind the scenes. You'll see in the video the Dart language benefits for deployment and...