by Marco Napoli | Feb 3, 2020 | Intermediate Flutter
In this video you are going to take a look at: Ways to include images, icons, and decorators How to use text field widgets to retrieve, validate, and manipulate data How to check your app’s orientation Images can make an app look tremendous or ugly depending on...
by Marco Napoli | Jan 30, 2020 | Intermediate Flutter
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...
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...