1. Урок 1. 00:02:06
    Introduction to the Course
  2. Урок 2. 00:07:53
    What is Flutter?
  3. Урок 3. 00:12:12
    Why Flutter?
  4. Урок 4. 00:05:28
    The Anatomy of a Flutter App
  5. Урок 5. 00:09:34
    How to Get the Most Out of the Course
  6. Урок 6. 00:06:23
    Prerequisites for Flutter Development
  7. Урок 7. 00:07:20
    Windows Setup Step 1 - Install the Flutter SDK
  8. Урок 8. 00:02:40
    Windows Setup Step 2 - Install Android Studio
  9. Урок 9. 00:05:45
    Windows Setup Step 3 - Install the Android Emulator
  10. Урок 10. 00:13:47
    Mac Setup Step 1 - Install the Flutter SDK
  11. Урок 11. 00:04:11
    Mac Setup Step 2 - Install Android Studio
  12. Урок 12. 00:03:55
    Mac Setup Step 3 - Install the Android Emulator
  13. Урок 13. 00:02:26
    Mac Setup Step 4 - Install Xcode and Command Line Tools
  14. Урок 14. 00:03:17
    Mac Setup Step 5 - Test the iOS Simulator
  15. Урок 15. 00:09:52
    [Optional] Configure Android Studio for Flutter Development
  16. Урок 16. 00:13:16
    [Optional] Guided Tour of Android Studio for Flutter Development
  17. Урок 17. 00:15:33
    Creating a New Flutter Project from Scratch
  18. Урок 18. 00:22:13
    Scaffolding a Flutter App
  19. Урок 19. 00:09:25
    Working with Assets in Flutter & the Pubspec file
  20. Урок 20. 00:09:11
    How to Add App Icons to the iOS and Android Apps
  21. Урок 21. 00:01:25
    How to Ace this Course
  22. Урок 22. 00:06:20
    Deploying Flutter Apps to an Android Phone
  23. Урок 23. 00:16:24
    Deploying Flutter Apps to iPhones/iPads
  24. Урок 24. 00:02:53
    Tip from Angela - Habit Building with the Calendar Trick
  25. Урок 25. 00:04:25
    What are App Challenges?
  26. Урок 26. 00:02:29
    Tip from Angela - Dealing with Distractions
  27. Урок 27. 00:05:32
    MiCard - A Single Screen Personal Business Card App
  28. Урок 28. 00:13:50
    Hot Reload and Hot Restart - Flutter Power Tools
  29. Урок 29. 00:11:17
    How to Use Container Widgets
  30. Урок 30. 00:14:01
    How to use Column & Row Widgets for Layout
  31. Урок 31. 00:09:15
    Tapping into Widget Properties
  32. Урок 32. 00:11:00
    Incorporating Custom Fonts in Your Flutter App
  33. Урок 33. 00:12:36
    Adding Material Icons with the Icon Widget
  34. Урок 34. 00:13:20
    Flutter Card & ListTile Widgets
  35. Урок 35. 00:03:36
    Tip from Angela - Nothing Easy is Worth Doing!
  36. Урок 36. 00:04:29
    Dicee - A Stateful Dice App
  37. Урок 37. 00:12:01
    Using the Expanded Widget to Create Flexible Layouts
  38. Урок 38. 00:08:31
    How to Use Intention Actions
  39. Урок 39. 00:12:42
    Adding Gesture Detection with Flutter Button Widges
  40. Урок 40. 00:05:39
    [Dart] Functions - Part 1
  41. Урок 41. 00:04:01
    Making the Dice Image Change Reactively
  42. Урок 42. 00:07:25
    [Dart] Variables
  43. Урок 43. 00:12:24
    [Dart] Data Types
  44. Урок 44. 00:14:59
    Stateful vs. Stateless Widgets - What's the Difference?
  45. Урок 45. 00:08:27
    Randomising the Dice
  46. Урок 46. 00:03:10
    Challenge 1 Solution
  47. Урок 47. 00:01:58
    Challenge 2 Solution
  48. Урок 48. 00:02:35
    Challenge 3 Solution
  49. Урок 49. 00:04:09
    Tip from Angela - How to Deal with Procrastination
  50. Урок 50. 00:00:57
    Magic 8 Ball - A Decision Making App
  51. Урок 51. 00:02:47
    Tip from Angela - Building a Programming Habit
  52. Урок 52. 00:03:37
    Xylophone - A Simple Musical Instrument App
  53. Урок 53. 00:13:23
    What are Flutter & Dart Packages?
  54. Урок 54. 00:09:47
    How to Play Sound Across Platforms
  55. Урок 55. 00:09:01
    How to Play Multiple Sounds
  56. Урок 56. 00:10:33
    [Dart] Functions - Part 2
  57. Урок 57. 00:09:16
    Updating the UI of Our App
  58. Урок 58. 00:10:55
    [Dart] Functions - Part 3
  59. Урок 59. 00:06:53
    [Dart] Functions Challenge
  60. Урок 60. 00:06:19
    Refactoring Our App
  61. Урок 61. 00:06:28
    [Dart] Arrow Functions
  62. Урок 62. 00:02:40
    Tip from Angela - The 20 Minute Method
  63. Урок 63. 00:03:15
    Quizzler - A True/False Quiz App
  64. Урок 64. 00:12:09
    Building a Score Keeper
  65. Урок 65. 00:08:26
    [Dart] Lists
  66. Урок 66. 00:17:05
    Displaying the Questions
  67. Урок 67. 00:06:29
    Checking User Answers
  68. Урок 68. 00:15:37
    [Dart] Conditionals - IF/ELSE
  69. Урок 69. 00:12:40
    Creating a Question Class
  70. Урок 70. 00:15:25
    [Dart] Classes and Objects
  71. Урок 71. 00:16:26
    Abstraction in Action
  72. Урок 72. 00:14:51
    Encapsulation in Action
  73. Урок 73. 00:07:39
    Inheritance in Action
  74. Урок 74. 00:08:32
    Polymorphism in Action
  75. Урок 75. 00:06:51
    Adding Back the Score Keeper
  76. Урок 76. 00:03:15
    Code Challenge
  77. Урок 77. 00:14:02
    [Dart] Class Constructors
  78. Урок 78. 00:02:07
    Tip from Angela - Learning Before you Eat
  79. Урок 79. 00:02:18
    Destini - A Choose Your Own Adventure Game
  80. Урок 80. 00:02:53
    Tip from Angela - Retrieval is How You Learn
  81. Урок 81. 00:02:03
    BMI Calculator - A Beautiful Health App
  82. Урок 82. 00:24:06
    How to Use Flutter Themes
  83. Урок 83. 00:20:06
    How to Refactor Flutter Widgets
  84. Урок 84. 00:18:25
    [Dart] Final vs. Const
  85. Урок 85. 00:18:26
    Creating Custom Flutter Widgets
  86. Урок 86. 00:12:04
    The GestureDetector Widget
  87. Урок 87. 00:11:20
    [Dart] Enums
  88. Урок 88. 00:13:08
    [Dart] Ternary Operator
  89. Урок 89. 00:15:05
    [Dart] Functions as First Order Objects
  90. Урок 90. 00:25:25
    The Flutter Slider Widget
  91. Урок 91. 00:11:50
    Customising Widgets with Themes
  92. Урок 92. 00:27:44
    Composition vs. Inheritance - Building Flutter Widgets From Scratch
  93. Урок 93. 00:21:40
    Multi-Screen Apps Using Routes and Navigation
  94. Урок 94. 00:07:54
    [Dart] Maps
  95. Урок 95. 00:20:58
    Designing the Result Page
  96. Урок 96. 00:13:23
    Adding the BMI Calculator Functionality
  97. Урок 97. 00:03:09
    Tip from Angela - Dealing with Lack of Progress
  98. Урок 98. 00:00:57
    Clima - A Modern Weather App
  99. Урок 99. 00:16:09
    Getting Location Data From Across Platforms
  100. Урок 100. 00:23:59
    [Dart] Futures, Async & Await
  101. Урок 101. 00:13:30
    Stateful Widget Lifecycle Methods
  102. Урок 102. 00:20:33
    [Dart] Exception Handling & Null Aware Operators
  103. Урок 103. 00:05:27
    Async/Await Challenge
  104. Урок 104. 00:09:01
    Application Programming Interfaces (APIs) Explained
  105. Урок 105. 00:13:51
    Networking in Flutter Apps with the HTTP Package
  106. Урок 106. 00:16:21
    JSON Parsing and Dynamic Types
  107. Урок 107. 00:10:20
    Getting Actual Weather Data from the OpenWeatherMap API
  108. Урок 108. 00:06:11
    Showing a Spinner While the User Waits
  109. Урок 109. 00:11:19
    Passing Data to a State Object
  110. Урок 110. 00:08:42
    Updating the Weather with the WeatherModel
  111. Урок 111. 00:15:14
    Refactoring the Location Methods
  112. Урок 112. 00:10:07
    Creating and Styling a TextField Widget for Text Entry
  113. Урок 113. 00:13:32
    Passing Data Backwards Through the Navigation Stack
  114. Урок 114. 00:02:21
    Tip from Angela - Mixing Knowledge
  115. Урок 115. 00:02:40
    Bitcoin Ticker - A Simple Cryptocurrency Price Tracker
  116. Урок 116. 00:08:23
    The Material DropdownButton Widget
  117. Урок 117. 00:24:17
    [Dart] Loops
  118. Урок 118. 00:07:01
    Building Widgets with Loops Solution
  119. Урок 119. 00:10:31
    Introducing Cupertino Widgets
  120. Урок 120. 00:09:43
    Building Platform Specific UI (iOS & Android)
  121. Урок 121. 00:05:16
    Introduction to Boss Level Challenge 3
  122. Урок 122. 00:02:32
    Tip from Angela - Dealing with Frustration
  123. Урок 123. 00:01:30
    Flash Chat - A Lightning Fast Messaging App
  124. Урок 124. 00:08:19
    Named Routes Challenge
  125. Урок 125. 00:13:04
    [Dart] Static Modifier
  126. Урок 126. 00:06:30
    Refactor Routes with the Static Const
  127. Урок 127. 00:08:47
    Flutter Hero Animations
  128. Урок 128. 00:28:56
    Custom Flutter Animations with the Animation Controller
  129. Урок 129. 00:10:50
    [Dart] Mixins
  130. Урок 130. 00:04:33
    Prepackaged Flutter Animations
  131. Урок 131. 00:16:37
    Code Refactoring Challenge
  132. Урок 132. 00:02:47
    Creating a New Firebase Project
  133. Урок 133. 00:06:28
    Android Firebase Project Setup
  134. Урок 134. 00:05:36
    iOS Firebase Project Setup
  135. Урок 135. 00:07:33
    Firebase Flutter Packages Setup (iOS & Android)
  136. Урок 136. 00:15:58
    Registering Users with Firebase using FirebaseAuth
  137. Урок 137. 00:05:45
    Authenticating Users with FirebaseAuth
  138. Урок 138. 00:05:26
    Showing a Spinner while the User Waits
  139. Урок 139. 00:08:13
    Saving Data into Cloud Firestore
  140. Урок 140. 00:13:14
    Listening for Data from Firebase using Streams
  141. Урок 141. 00:07:25
    [Dart] Streams
  142. Урок 142. 00:16:57
    Turning Streams into Widgets Using the StreamBuilder
  143. Урок 143. 00:16:39
    The Flutter ListView
  144. Урок 144. 00:16:55
    A Different UI for Different Senders
  145. Урок 145. 00:03:37
    Cloud Firestore Authorisation and Security Rules
  146. Урок 146. 00:03:49
    Tip from Angela - Sleep is My Secret Weapon
  147. Урок 147. 00:01:32
    Todoey - Your very own To-Do List App
  148. Урок 148. 00:24:41
    Designing the To-Do List App
  149. Урок 149. 00:09:55
    The ListView Challenge
  150. Урок 150. 00:19:42
    The BottomSheet Widget
  151. Урок 151. 00:21:03
    What is State and How do we Manage it?
  152. Урок 152. 00:06:35
    How do Callbacks work in Dart?
  153. Урок 153. 00:20:14
    The ListView Builder
  154. Урок 154. 00:15:35
    Lifting State Up Challenge
  155. Урок 155. 00:11:00
    Flutter App Architecture Patterns
  156. Урок 156. 00:26:51
    Introducing the Provider Package
  157. Урок 157. 00:20:36
    Using a Provider and a ChangeNotifier to Manage State
  158. Урок 158. 00:14:33
    Adding New To-Do List Tasks
  159. Урок 159. 00:06:45
    Checking off To-Do List Tasks
  160. Урок 160. 00:05:46
    Deleting Tasks using the Provider Design Pattern
  161. Урок 161. 00:02:56
    Tip from Angela - How to Solidify Your Knowledge
  162. Урок 162. 00:02:21
    Tip from Angela - Review your goals!
  163. Урок 163. 00:59:53
    Recording of our Live AMA (aka AAA - Ask Angela Anything)