Beginning Flutter – Intermediate – Using Common Widgets
In this video you are going to take a look at: Scaffold AppBar SafeArea Container Text RichText Column Row Button You’ll learn how to use the most common widgets. I call them our base building blocks for creating beautiful UI and UX.
Beginning Flutter – Understanding the Widget Tree
In this video you are going to take a look at: The fundamentals of widgets How to use a full widget tree How to use a shallow widget tree Refactoring with a Constant Refactoring with a Method Refactoring with a Widget Class The widget tree is how you create...
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...