


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...
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...