17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/074.Creating a Listview of Movies.mp437.09MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/075.Customizing ListTile Row and Adding onTap.mp427.38MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/076.Navigating to a Second Route - Screen.mp425.19MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/077.Returning to the First Route_Screen.mp445.64MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/078.Passing Data to Second Route_Screen.mp421.8MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/079.Creating a Movie Model Class - Showing Movies - Part 1.mp431.57MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/080.MOVIE APP - Passing a Movie Object to Details Route and Showing Image.mp428.34MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/081.MOVIE APP - Customizing Row.mp430.66MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/082.MOVIE APP - Adding Movie Image.mp440.46MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/083.MOVIE APP - Finishing Custom Row.mp414.77MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/084.MOVIE APP - Changing the Background Color.mp442.45MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/085.MOVIE APP - Details Route - Showing Movie Thumbnail.mp429.36MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/086.MOVIE APP - Details Route - Adding Linear Gradient.mp423.59MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/087.MOVIE APP - Details Route - Adding Movie Poster.mp437.73MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/088.MOVIE APP - Details Route - Movie's Header.mp433.71MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/089.MOVIE APP - Details Route - Adding Movie's Cast.mp429.06MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/090.MOVIE APP - Details Route - Adding Horizontal Line.mp413.91MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/091.MOVIE APP - Details Route - Adding Bottom Movie Posters - Finished App.mp447.42MB
17.Flutter Intermediate Concepts - Navigation, Listviews - Building a Movie App/092.[CODE REFACTOR] - Movie App Code Refactor.mp476.33MB
18.Understanding Themes in Flutter/093.Introduction to UI and UX.mp444.34MB
18.Understanding Themes in Flutter/094.What's Material Design.mp456.84MB
18.Understanding Themes in Flutter/095.Themes in Flutter.mp410.26MB
18.Understanding Themes in Flutter/096.Exploring ThemeData Class - App Brightness.mp432.98MB
18.Understanding Themes in Flutter/097.Theming Headlines and Body1 Text.mp430.69MB
18.Understanding Themes in Flutter/098.Theming - Over-Writing Theme Properties.mp432.11MB
18.Understanding Themes in Flutter/099.Theming - Refactoring our TextTheme Further.mp428.36MB
18.Understanding Themes in Flutter/100.Theming - Adding Custom Fonts to Our Project.mp434.02MB
18.Understanding Themes in Flutter/101.Theming - Applying FontFamily to All TextTheme Properties.mp471.25MB
18.Understanding Themes in Flutter/102.Material Design - Material.io Overview.mp495.57MB
18.Understanding Themes in Flutter/103.Material Design - Understanding Color Themes.mp475.45MB
18.Understanding Themes in Flutter/104.Material Design - Typography and Iconography.mp423.03MB
19.[SOLUTION] - Material Design App (Mortgage App) Solution/105.Mortgage App - Solution - Pick Color Palette and Create Colors File.mp420.76MB
19.[SOLUTION] - Material Design App (Mortgage App) Solution/106.Mortgage App - Solution - Theming App - Part 1.mp436.75MB
19.[SOLUTION] - Material Design App (Mortgage App) Solution/107.Mortgage App - Solution - Theming App - Part 2.mp434.69MB
25.Publishing Flutter Apps in the Appstore and Playstore/165.Creating App Icon - With Online Tools.mp413.36MB
25.Publishing Flutter Apps in the Appstore and Playstore/166.Dynamically Generating iOS and Android Icons Using Plugin.mp441.44MB
25.Publishing Flutter Apps in the Appstore and Playstore/167.Adding Splash Screen - Android.mp423.78MB
25.Publishing Flutter Apps in the Appstore and Playstore/168.Adding Launcher Image - iOS.mp468.78MB
25.Publishing Flutter Apps in the Appstore and Playstore/169.Signing Android App - Generating a Keystore and AppBundle.mp453.97MB
25.Publishing Flutter Apps in the Appstore and Playstore/170.Publishing App to Google PlayStore.mp4115.6MB
25.Publishing Flutter Apps in the Appstore and Playstore/171.Setup iOS App to Publish in the Appstore.mp4118.74MB
25.Publishing Flutter Apps in the Appstore and Playstore/172.Creating the iOS Archive and Uploading It.mp4166.32MB
26.The App Development Process/173.The App Development Process.mp415.12MB
3.Download Flutter Code/003.How the Project Source Code is Structured.mp438.68MB
4.Development Tools Setup MAC- For Mac OX Users/004.MAC -Setup Dart and Flutter SDK on Mac OSX - Part 1.mp437.61MB
4.Development Tools Setup MAC- For Mac OX Users/005.MAC -Setup Dart and Flutter SDK on Mac OSX - Part 2.mp441.13MB
4.Development Tools Setup MAC- For Mac OX Users/006.MAC -Setup Dart and Flutter SDK on Mac OSX - Part 3.mp431.79MB
4.Development Tools Setup MAC- For Mac OX Users/007.MAC -Setup Dart and Flutter SDK on Mac OSX - Final.mp441.98MB
5.Development Tools Setup Windows - For Windows Users/008.Download Android Studio and Setup Emulators.mp496.03MB
5.Development Tools Setup Windows - For Windows Users/009.Windows Flutter Installation - Final Setup.mp435.38MB
6.Introduction to the Dart Programming Language - From Scratch/010.Intro to Dart and Dart Pad - Online Editor.mp434.7MB
6.Introduction to the Dart Programming Language - From Scratch/011.Dart - Coding Style and Naming Convention.mp419.2MB
6.Introduction to the Dart Programming Language - From Scratch/012.Dart - Declaring variables - String.mp432.3MB
6.Introduction to the Dart Programming Language - From Scratch/013.Dart Types and Assigning Types to Variables.mp424.18MB
6.Introduction to the Dart Programming Language - From Scratch/014.Dart - Numbers - Integers and Doubles.mp414.61MB
6.Introduction to the Dart Programming Language - From Scratch/015.Dart - Booleans.mp411.56MB
6.Introduction to the Dart Programming Language - From Scratch/016.Dart - Const and Final Keywords.mp419.26MB
6.Introduction to the Dart Programming Language - From Scratch/017.Dart - Concatenation.mp422.52MB
6.Introduction to the Dart Programming Language - From Scratch/018.Dart Operators - Arithmetic.mp432.63MB
6.Introduction to the Dart Programming Language - From Scratch/019.Equality and Relational Operators in Dart.mp421.87MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/020.Control Flow - If Statements.mp430.31MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/021.Logical Operators.mp443.99MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/022.For Loops in Dart.mp425.87MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/023.While, Do-While and Break in Dart.mp422.39MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/024.Switch Cases.mp420.7MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/025.Introduction to Functions in Dart.mp428.57MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/026.Function Return Types - String-Int-Booleans.mp444.58MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/027.Dart - Using the => Operator for Returning Expressions.mp475.09MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/028.Arguments and Functions in Dart.mp434.03MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/029.Optional Parameters in Dart.mp421.97MB
7.Control Flow and Functions in Dart - If Statements, Logical Operators, For Loops/030.Lexical Scope in Dart.mp436.16MB
8.Object Oriented Programming - Introduction/031.Introduction to Classes and Objects.mp441.28MB
8.Object Oriented Programming - Introduction/032.Introduction to Class Creation and Instance Variables.mp446.53MB
8.Object Oriented Programming - Introduction/033.Adding Methods to Classes.mp446.57MB
8.Object Oriented Programming - Introduction/034.Introduction to Constructors - Part 1.mp473.77MB
8.Object Oriented Programming - Introduction/035.Named and Sugar Syntactic Constructors - Part 2.mp454.04MB
8.Object Oriented Programming - Introduction/036.Setters and Getters.mp433.04MB
9.Object Oriented Programming - Intermediate - Inheritance Concepts/037.Introduction to Inheritance with Dart.mp412.23MB