Flutter - Introduction to Flutter and Dart

2 years ago
61

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

The benefits of the Flutter framework to build multi-platform applications from a single code base, how widgets are used to compose the UI and how they form the widget, element and render tree, the widgets lifecycle events, when to use a stateless or stateful widget, how Flutter performance is fast and communicates via platform channels to access native platforms API’s.

0:00 Introduction
0:09 INTRODUCTION - What is covered
1:27 INTRODUCING FLUTTER & DART
3:07 INTRODUCING FLUTTER - Lifecycle Events
3:33 Defining Widgets and Elements
4:34 UNDERSTANDING WIDGET LIFECYCLE EVENTS
5:33 The StatelessWidget Lifecycle
6:27 The StatefulWidget Lifecycle

Looking for Updates:
https://JediPixels.dev

Beginning Flutter Book:
https://www.amazon.com/Beginning-Flutter-Hands-Guide-Development/dp/1119550823

Loading comments...