Flutter & Dart Basics Getting a Solid Foundation ROLL DICE APP
-
13 Module Introduction
-
14 Analyzing A New Flutter Project
-
15 Form Dart To Machine Code
-
16 How Programming Languages Work
-
17 Starting From Scratch Understanding Functions
-
18 Importing Features From Packages
-
19 How Flutter Apps Start
-
20 Understanding Widgets
-
21 Using a First Widget Passing Values to Functions
-
22 Positional Named Arguments
-
24 Combining Multiple Widgets
-
25 Understanding const Values
-
26 Building More Complex Widget Trees
-
27 Understanding Value Types
-
28 Configuring Widgets Understanding Objects
-
29 Working with Configuration Objects NonWidget Objects
-
30 Generics Lists Adding Gradient Colors
-
31 How To Configure Widgets Objects
-
32 Practice Styling Text
-
33 Onwards to Custom Widgets Why Do You Need Them
-
34 Understanding Classes
-
35 Building Custom Widgets
-
36 Working with Constructor Functions
-
37 Splitting Code Across Files
-
38 Practice Create a Custom Widget
-
39 Introducing Variables
-
40 Variables Types Combining Two Key Concepts
-
41 final const Special Kinds Of Variables
-
42 Instance Variables Properties Configurable Widgets
-
43 Practice Reusable Widgets Constructor Functions
-
44 Displaying Images Using Multiple Constructor Functions
-
45 Adding Buttons Using Functions As Values
-
46 Styling Buttons Working with Padding
-
47 How NOT To Build Interactive Widgets
-
48 Introducing Stateful Widgets
-
49 Generating Random Numbers
-
50 Module Summary