Completed
What is Flutter
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flutter Crash Course for Beginners - Build a Flutter App with Google's Flutter & Dart
Automatically move to the next video in the Classroom when playback concludes
- 1 What is Flutter
- 2 Flutter's Architecture
- 3 To Native Apps
- 4 Understanding Flutter Versions
- 5 Flutter macOS Setup
- 6 macOS Development Environment
- 7 Flutter Windows Setup
- 8 Windows Development Environment
- 9 Flutter & Material Design
- 10 Flutter Alternatives
- 11 Course Outline
- 12 Course
- 13 Module Introduction
- 14 Creating a New Project
- 15 Folders
- 16 Analyzing the Default App
- 17 Dart Basics
- 18 More Dart Basics
- 19 Building an App From Scratch
- 20 Running the App on an Emulator
- 21 Arguments
- 22 First Summary & Additional Syntax
- 23 Building a Widget Tree
- 24 Layout / Control Widgets
- 25 Adding Layout Widgets
- 26 Connecting Functions & Buttons
- 27 Anonymous Functions
- 28 StatelessWidget Incorrectly
- 29 Widgets
- 30 A Brief Look Under The Hood
- 31 Using Private Properties
- 32 Creating a New, Custom Widget
- 33 First Styling & Layouting Steps
- 34 Enums & Multiple Constructors
- 35 Official Docs & The Widget Catalog
- 36 Passing Callback Functions Around
- 37 Introducing Maps
- 38 Mapping Lists to Widgets
- 39 final vs const
- 40 Introducing "if" Statements
- 41 Statements
- 42 [DART DEEP DIVE] The "null" Value
- 43 Outputting Widgets Conditionally
- 44 Splitting the App Into Widgets
- 45 Calculating a Total Score
- 46 Getters & "else-if"
- 47 Resetting the Quiz
- 48 Wrap Up