by Marco Napoli | Dec 9, 2019 | Introduction Dart, Introduction Flutter
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...
by Marco Napoli | Dec 2, 2019 | Introduction Dart, Introduction Flutter
This video is an introduction to: Using Functions Import Packages Using Classes Implementing Asynchronous...
by Marco Napoli | Nov 25, 2019 | Introduction Dart, Introduction Flutter
This video is an introduction to: Flow Statements if and else ternary for loops while and do-while while and break continue switch and...
by Marco Napoli | Nov 18, 2019 | Introduction Dart, Introduction Flutter
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...
by Marco Napoli | Oct 13, 2019 | Introduction Flutter
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...
by Marco Napoli | Oct 9, 2019 | Introduction Flutter
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...