1. Урок 1. 00:01:21
    The Learning Path of This Course
  2. Урок 2. 00:10:54
    Why Flutter Development?
  3. Урок 3. 00:00:42
    Important Message
  4. Урок 4. 00:03:54
    How the Project Source Code is Structured?
  5. Урок 5. 00:09:50
    MAC -Setup Dart and Flutter SDK on Mac OSX - Part 1
  6. Урок 6. 00:10:41
    MAC -Setup Dart and Flutter SDK on Mac OSX - Part 2
  7. Урок 7. 00:08:17
    MAC -Setup Dart and Flutter SDK on Mac OSX - Part 3
  8. Урок 8. 00:10:59
    MAC -Setup Dart and Flutter SDK on Mac OSX - Final
  9. Урок 9. 00:25:02
    Download Android Studio and Setup Emulators
  10. Урок 10. 00:09:14
    Windows Flutter Installation - Final Setup
  11. Урок 11. 00:08:46
    Intro to Dart and Dart Pad - Online Editor
  12. Урок 12. 00:05:05
    Dart - Coding Style and Naming Convention
  13. Урок 13. 00:11:11
    Dart - Declaring variables - String
  14. Урок 14. 00:08:03
    Dart Types and Assigning Types to Variables
  15. Урок 15. 00:04:02
    Dart - Numbers - Integers and Doubles
  16. Урок 16. 00:03:17
    Dart - Booleans
  17. Урок 17. 00:06:59
    Dart - Const and Final Keywords
  18. Урок 18. 00:06:37
    Dart - Concatenation
  19. Урок 19. 00:08:16
    Dart Operators - Arithmetic
  20. Урок 20. 00:06:45
    Equality and Relational Operators in Dart
  21. Урок 21. 00:07:51
    Control Flow - If Statements
  22. Урок 22. 00:11:36
    Logical Operators
  23. Урок 23. 00:06:42
    For Loops in Dart
  24. Урок 24. 00:05:49
    While, Do-While and Break in Dart
  25. Урок 25. 00:05:23
    Switch Cases
  26. Урок 26. 00:07:28
    Introduction to Functions in Dart
  27. Урок 27. 00:11:45
    Function Return Types - String-Int-Booleans
  28. Урок 28. 00:04:00
    Dart - Using the => Operator for Returning Expressions
  29. Урок 29. 00:08:50
    Arguments and Functions in Dart
  30. Урок 30. 00:05:38
    Optional Parameters in Dart
  31. Урок 31. 00:09:29
    Lexical Scope in Dart
  32. Урок 32. 00:05:56
    Introduction to Classes and Objects
  33. Урок 33. 00:09:03
    Introduction to Class Creation and Instance Variables
  34. Урок 34. 00:06:05
    Adding Methods to Classes
  35. Урок 35. 00:10:20
    Introduction to Constructors - Part 1
  36. Урок 36. 00:06:32
    Named and Sugar Syntactic Constructors - Part 2
  37. Урок 37. 00:04:44
    Setters and Getters
  38. Урок 38. 00:07:47
    Introduction to Inheritance with Dart
  39. Урок 39. 00:08:31
    Creating Classes and Inheritance Tree
  40. Урок 40. 00:08:04
    Override Methods
  41. Урок 41. 00:07:37
    Inheriting Classes with Constructors
  42. Урок 42. 00:07:08
    The toString() Method - Override
  43. Урок 43. 00:09:16
    Introduction to Abstract and Interface Classes
  44. Урок 44. 00:15:15
    Abstract and Interface Classes in Dart - Creation
  45. Урок 45. 00:04:38
    Introduction to Collections
  46. Урок 46. 00:09:14
    Creating Lists and Iterating through Them
  47. Урок 47. 00:06:42
    Creating a List with a Person Type Object
  48. Урок 48. 00:08:24
    Introduction to Maps
  49. Урок 49. 00:03:35
    Introduction to Flutter and Flutter App Anatomy
  50. Урок 50. 00:05:25
    Creating a Flutter Hello World App - Basics with Text Widget
  51. Урок 51. 00:05:41
    Understanding Material Design Basics - Text and Widget Properties
  52. Урок 52. 00:01:59
    Formatting Our Code
  53. Урок 53. 00:02:47
    Little Material Design Presentation
  54. Урок 54. 00:08:24
    Flutter Scaffold Widget and Properties
  55. Урок 55. 00:06:51
    Flutter InkWell Widget and Event Listeners
  56. Урок 56. 00:09:53
    Flutter Gesture Detector Widget - Creating a Custom Button
  57. Урок 57. 00:05:19
    Flutter Bottom Navigator and Adding a Tap
  58. Урок 58. 00:02:52
    Flutter Floating Action Button
  59. Урок 59. 00:15:57
    App - Build a Biz card App
  60. Урок 60. 00:03:37
    Introduction to Stateless VS Stateful Widgets
  61. Урок 61. 00:12:14
    App - Build a Quotes App - Part 1
  62. Урок 62. 00:08:44
    App - Build a Quotes App - Finished Product
  63. Урок 63. 00:11:04
    Flutter Tip Calculator - User Interface - Part 1
  64. Урок 64. 00:11:52
    Flutter Tip Calculator - Top Card and Custom Colors
  65. Урок 65. 00:08:18
    Flutter Tip Calculator - Building the Split Row
  66. Урок 66. 00:02:33
    Flutter Tip Calculator - Build the Tip Row
  67. Урок 67. 00:08:17
    Flutter Tip Calculator - Finished User Interface
  68. Урок 68. 00:10:49
    Flutter Tip Calculator - Wrapup
  69. Урок 69. 00:09:01
    Setup Project - Adding Image Assets
  70. Урок 70. 00:07:46
    Question Model Class - Setup
  71. Урок 71. 00:04:56
    Finishing the User Interface
  72. Урок 72. 00:07:05
    Finishing Quiz Logic
  73. Урок 73. 00:08:27
    [CHALLENGE] - Finished Logic
  74. Урок 74. 00:05:16
    [SOLUTION - IMPROVEMENTS] - Wrapup
  75. Урок 75. 00:09:27
    Creating a Listview of Movies
  76. Урок 76. 00:06:59
    Customizing ListTile Row and Adding onTap
  77. Урок 77. 00:06:25
    Navigating to a Second Route - Screen
  78. Урок 78. 00:01:25
    Returning to the First Route/Screen
  79. Урок 79. 00:05:33
    Passing Data to Second Route/Screen
  80. Урок 80. 00:08:02
    Creating a Movie Model Class - Showing Movies - Part 1
  81. Урок 81. 00:07:13
    MOVIE APP - Passing a Movie Object to Details Route and Showing Image
  82. Урок 82. 00:07:48
    MOVIE APP - Customizing Row
  83. Урок 83. 00:10:19
    MOVIE APP - Adding Movie Image
  84. Урок 84. 00:03:48
    MOVIE APP - Finishing Custom Row
  85. Урок 85. 00:01:08
    MOVIE APP - Changing the Background Color
  86. Урок 86. 00:07:29
    MOVIE APP - Details Route - Showing Movie Thumbnail
  87. Урок 87. 00:06:02
    MOVIE APP - Details Route - Adding Linear Gradient
  88. Урок 88. 00:09:34
    MOVIE APP - Details Route - Adding Movie Poster
  89. Урок 89. 00:08:36
    MOVIE APP - Details Route - Movie's Header
  90. Урок 90. 00:07:25
    MOVIE APP - Details Route - Adding Movie's Cast
  91. Урок 91. 00:03:32
    MOVIE APP - Details Route - Adding Horizontal Line
  92. Урок 92. 00:12:05
    MOVIE APP - Details Route - Adding Bottom Movie Posters - Finished App
  93. Урок 93. 00:02:21
    [CODE REFACTOR] - Movie App Code Refactor
  94. Урок 94. 00:11:26
    Introduction to UI and UX
  95. Урок 95. 00:03:09
    What's Material Design?
  96. Урок 96. 00:02:56
    Themes in Flutter
  97. Урок 97. 00:08:25
    Exploring ThemeData Class - App Brightness
  98. Урок 98. 00:07:49
    Theming Headlines and Body1 Text
  99. Урок 99. 00:08:11
    Theming - Over-Writing Theme Properties
  100. Урок 100. 00:07:15
    Theming - Refactoring our TextTheme Further
  101. Урок 101. 00:08:39
    Theming - Adding Custom Fonts to Our Project
  102. Урок 102. 00:02:33
    Theming - Applying FontFamily to All TextTheme Properties
  103. Урок 103. 00:04:44
    Material Design - Material.io Overview
  104. Урок 104. 00:05:58
    Material Design - Understanding Color Themes
  105. Урок 105. 00:05:49
    Material Design - Typography and Iconography
  106. Урок 106. 00:05:12
    Mortgage App - Solution - Pick Color Palette and Create Colors File
  107. Урок 107. 00:09:21
    Mortgage App - Solution - Theming App - Part 1
  108. Урок 108. 00:08:50
    Mortgage App - Solution - Theming App - Part 2
  109. Урок 109. 00:03:03
    Mortgage App - Solution Wrapup
  110. Урок 110. 00:06:15
    Introduction to HTTP and JSON
  111. Урок 111. 00:05:39
    Flutter Introduction to Async and Future - Http Requests
  112. Урок 112. 00:07:01
    Adding http Package to our Project
  113. Урок 113. 00:09:13
    Setup Network Class
  114. Урок 114. 00:09:31
    Fetching JSON Data
  115. Урок 115. 00:12:33
    Fetching JSON and Using FutureBuilder Widget
  116. Урок 116. 00:07:04
    Finalizing Fetching JSON and FutureBuilder
  117. Урок 117. 00:10:47
    Plain Old Dart Object ( PODO ) and Mapping JSON - Introduction Setup
  118. Урок 118. 00:08:27
    PODO - Creating a PostList Class and Mapping
  119. Урок 119. 00:13:07
    PODO - Final Implementation
  120. Урок 120. 00:02:16
    What You'll Build - Weather Forecast App Demo
  121. Урок 121. 00:03:40
    OpenWeather - Setting up our APPID
  122. Урок 122. 00:06:15
    Setup Our Weather Forecast Project
  123. Урок 123. 00:11:40
    Creating Our Forecast Model Class
  124. Урок 124. 00:08:17
    Fixing Forecast Model Class
  125. Урок 125. 00:07:44
    Pulling JSON Data from API and Showing Data
  126. Урок 126. 00:07:53
    Using FutureBuilder to Show Data
  127. Урок 127. 00:06:25
    Adding City and Country Names
  128. Урок 128. 00:03:01
    Getting City Name Dynamically from TextField
  129. Урок 129. 00:09:21
    Formatting and Showing Date
  130. Урок 130. 00:05:04
    Showing Current Temp
  131. Урок 131. 00:06:41
    Adding Humidity, Wind and Max to the User Interface
  132. Урок 132. 00:06:10
    Utilizing FontAwesome Icons
  133. Урок 133. 00:06:09
    Setup getWeatherIcon Helper Function
  134. Урок 134. 00:10:31
    Setup Bottom ScrollView - Part 1
  135. Урок 135. 00:08:19
    Setup Day in Bottom ScrollView
  136. Урок 136. 00:05:29
    Adding WeatherIcon to our ScrollView
  137. Урок 137. 00:10:22
    Finished App
  138. Урок 138. 00:07:56
    Code Refactoring and User Interface Improvements
  139. Урок 139. 00:07:14
    Introduction to Google Maps and API Key Android Setup
  140. Урок 140. 00:03:25
    [OPTIONAL] Google Maps iOS Setup
  141. Урок 141. 00:07:07
    Showing a Google Map - Problem to be Fixed - AndroidX Update
  142. Урок 142. 00:10:33
    Fixing AndroidX Issues
  143. Урок 143. 00:02:20
    Running our Map on Both Android and iOS
  144. Урок 144. 00:06:34
    Adding Markers onto Map
  145. Урок 145. 00:03:05
    Showing Another Marker
  146. Урок 146. 00:04:46
    Implementing CameraPosition Animations
  147. Урок 147. 00:01:17
    Quakes App - Demo
  148. Урок 148. 00:05:04
    Quakes App - Our Quakes API and Chrome Extension
  149. Урок 149. 00:10:46
    Quakes App - Setting up Project and TypesHelper Class
  150. Урок 150. 00:10:36
    Quakes App - Fixing the Types Issue
  151. Урок 151. 00:14:42
    Quakes App - Getting All Quakes and Setup Markers
  152. Урок 152. 00:02:40
    Quake App - Markers Fixed and Working
  153. Урок 153. 00:14:01
    Quake App - Adding Zooms and Finished App
  154. Урок 154. 00:04:16
    Introduction to Firebase/Firestore and Realtime Database
  155. Урок 155. 00:13:48
    Setting up Firestore in our Project
  156. Урок 156. 00:11:14
    Reading Data from Firestore Database
  157. Урок 157. 00:11:53
    Board App - Setup Form
  158. Урок 158. 00:10:02
    Board App - Saving Data to Firestore Database from the App
  159. Урок 159. 00:09:45
    Board App - Custom Card - Accounting for Nulls
  160. Урок 160. 00:06:45
    Board App - Restructuring Custom Card
  161. Урок 161. 00:01:42
    Board App - Custom Card - Quick Code Refactoring
  162. Урок 162. 00:05:47
    Board App - Delete a Document
  163. Урок 163. 00:11:36
    Board App - Update Document
  164. Урок 164. 00:03:23
    Device Orientation - Portrait and Landscape
  165. Урок 165. 00:09:52
    Setting up the Project
  166. Урок 166. 00:10:11
    Joke Listing Class
  167. Урок 167. 00:10:04
    Joke Details Class
  168. Урок 168. 00:21:09
    Final Product - The Joke App
  169. Урок 169. 00:13:44
    Deconstructing the Flutter Syntax - Part 1
  170. Урок 170. 00:12:07
    Deconstructing the Flutter Syntax - Understanding Named Parameters - Part 2
  171. Урок 171. 00:07:17
    Deconstructing BuildContext
  172. Урок 172. 00:03:24
    Creating App Icon - With Online Tools
  173. Урок 173. 00:10:33
    Dynamically Generating iOS and Android Icons Using Plugin
  174. Урок 174. 00:06:00
    Adding Splash Screen - Android
  175. Урок 175. 00:03:18
    Adding Launcher Image - iOS
  176. Урок 176. 00:13:45
    Signing Android App - Generating a Keystore and AppBundle
  177. Урок 177. 00:05:18
    Publishing App to Google PlayStore
  178. Урок 178. 00:06:00
    Setup iOS App to Publish in the Appstore
  179. Урок 179. 00:05:37
    Creating the iOS Archive and Uploading It
  180. Урок 180. 00:04:05
    The App Development Process
  181. Урок 181. 00:08:42
    Flutter HelloWorld - Text Widget
  182. Урок 182. 00:07:23
    Material Design Text and Widgets - Font Properties
  183. Урок 183. 00:05:14
    UPDATE - Please Watch
  184. Урок 184. 00:12:25
    Separating Flutter Code - Creating a Stateless Home Class
  185. Урок 185. 00:05:39
    Creating Libraries and Adding Widgets to Libraries
  186. Урок 186. 00:13:30
    Layouts - Containers and Columns
  187. Урок 187. 00:06:15
    Rows and Expanded
  188. Урок 188. 00:03:41
    Stack Widget
  189. Урок 189. 00:04:35
    Introduction to Scaffold Widget and More
  190. Урок 190. 00:11:35
    Scaffold Widget and the AppBar, Toolbar and Responding to Tap
  191. Урок 191. 00:10:15
    InkWell Widget and EventListeners - Tap
  192. Урок 192. 00:06:59
    Bottom Navigator and Adding Touch
  193. Урок 193. 00:04:11
    Floating Action - Running on iOS and Android
  194. Урок 194. 00:10:26
    Introduction to GestureDetector Widget - Part 1
  195. Урок 195. 00:14:11
    Gesture Detector Widget - Custom Buttons and Tap
  196. Урок 196. 00:01:40
    App - Introduction to the Make It Rain App
  197. Урок 197. 00:09:56
    App - User Interface - Make it Rain App
  198. Урок 198. 00:10:38
    App - User Interface - Make it Rain App - Part 2
  199. Урок 199. 00:09:06
    App - User Interface - Make it Rain App - Final
  200. Урок 200. 00:01:02
    Challenge/Exercise - Make It Rain
  201. Урок 201. 00:02:03
    SOLUTION to the Challenge - Make It Rain App
  202. Урок 202. 00:01:46
    What We'll be Building
  203. Урок 203. 00:12:42
    App - Login - Setup Configurations and UI - Part 1
  204. Урок 204. 00:11:32
    App - UI Setup Image and TextFields - Part 2
  205. Урок 205. 00:06:51
    App - UI Setup - Finished
  206. Урок 206. 00:07:59
    App - Validation and Clear
  207. Урок 207. 00:10:11
    App - Login App - Fetching Fields Data
  208. Урок 208. 00:08:49
    Final Login App
  209. Урок 209. 00:01:43
    Introduction to App - Weight On Planet X
  210. Урок 210. 00:12:55
    App - Weight On Planet X - User Interface - Part 1
  211. Урок 211. 00:12:43
    App - Weight On Planet X - User Interface - Part 2
  212. Урок 212. 00:11:29
    App - Weight On Planet X - Logic- Part 3
  213. Урок 213. 00:07:33
    App - Weight On Planet X - Final
  214. Урок 214. 00:04:38
    What Will You Build in this Challenge
  215. Урок 215. 00:11:00
    App - BMI Solution - UI Setup - Part 1
  216. Урок 216. 00:10:58
    App - BMI Solution - UI Final - Part 2
  217. Урок 217. 00:11:28
    App - BMI Solution - Writing the Logic- Part 3
  218. Урок 218. 00:10:37
    App - BMI Solution - Final
  219. Урок 219. 00:11:22
    Parsing a JSON Object
  220. Урок 220. 00:07:42
    Parsing a JSON Object - Getting a Field Value
  221. Урок 221. 00:02:23
    Parsing a JSON Object - Looping Through JSON
  222. Урок 222. 00:13:50
    Parsing JSON Data into a ListView Widget
  223. Урок 223. 00:11:44
    Data Parsing and Listviews - Customizing Listviews
  224. Урок 224. 00:10:20
    Parsing Complex JSON Tree - Must Watch
  225. Урок 225. 00:02:08
    What Will You Build in this Challenge - Quake App
  226. Урок 226. 00:10:18
    Quake App Solution - Part 1
  227. Урок 227. 00:07:10
    Quake App Solution - Fixing Return Types - Getting JSON Data
  228. Урок 228. 00:08:27
    Quake App Solution - Getting Data into Listrow
  229. Урок 229. 00:09:27
    Quake App Solution - Row User Interface
  230. Урок 230. 00:14:53
    Quake App Solution - Date Formatting
  231. Урок 231. 00:07:04
    Quake App Solution - Final App
  232. Урок 232. 00:01:06
    What Will You Build in this Section - Klimatic Introduction
  233. Урок 233. 00:06:24
    App - Klimatic - Signup for API Key
  234. Урок 234. 00:12:25
    App - Klimatic - Project Setup and Unsplash Website
  235. Урок 235. 00:09:16
    App - Klimatic - User Interface Setup and API Setup
  236. Урок 236. 00:11:08
    App - Klimatic - Http Request to the API and Getting Data
  237. Урок 237. 00:11:36
    App - Klimatic - Show Data on Screen and Introduction to FutureBuilder Widget
  238. Урок 238. 00:16:04
    How To Send Data Between Screens - From First Screen to Second
  239. Урок 239. 00:10:08
    Navigating to Second Screen and Sending Data
  240. Урок 240. 00:14:10
    Sending Data back to First Screen
  241. Урок 241. 00:17:42
    App - Klimatic - Go to Second Screen - Second Screen User Interface
  242. Урок 242. 00:09:20
    App - Klimatic - Changing City and Getting Weather Temperature
  243. Урок 243. 00:01:53
    UPDATE - MaterialPageRoute Issue Fixed!
  244. Урок 244. 00:12:49
    App - Klimatic Final App - Congrats
  245. Урок 245. 00:14:10
    App - Klimatic - Final
  246. Урок 246. 00:04:09
    Introduction to Persistence in Flutter
  247. Урок 247. 00:17:31
    Reading And Writing to Text Files - Part 1
  248. Урок 248. 00:11:37
    Read/Write - Show Data in Console
  249. Урок 249. 00:06:56
    Read and Write - Final
  250. Урок 250. 00:19:29
    Shared Preferences for Android and iOS
  251. Урок 251. 00:03:13
    Introduction to Database
  252. Урок 252. 00:09:04
    Database Project Setup - Dependencies and Plugins
  253. Урок 253. 00:07:46
    Creating Database Client Helper Class - Part 1
  254. Урок 254. 00:10:44
    Creating Database Client Helper Class - Part 2
  255. Урок 255. 00:15:07
    Creating Database Client Helper Class - Part 3
  256. Урок 256. 00:13:54
    Creating Database Client Helper Class - Part 4
  257. Урок 257. 00:05:40
    Creating Database Client Helper Class - Final Setup
  258. Урок 258. 00:09:47
    Saving and Retrieving data From the Database - Part 1
  259. Урок 259. 00:13:39
    Saving and Retrieving data From the Database - CRUD Operations
  260. Урок 260. 00:11:05
    Showing All Users from Database in a Listview
  261. Урок 261. 00:01:41
    What Will You Build in this Section - No-Todo App Introduction
  262. Урок 262. 00:12:31
    No-Todo App - Setup - User Interface and Project Setting
  263. Урок 263. 00:12:18
    No-Todo App - Setup - Model Class and Listview Row
  264. Урок 264. 00:08:45
    No-Todo App - Setup - Database Helper Class
  265. Урок 265. 00:15:19
    No-Todo App - Setup - Saving Data to Database
  266. Урок 266. 00:16:59
    No-Todo App - Setup - Showing Items in Listview
  267. Урок 267. 00:12:02
    No-Todo App - Setup - Showing App Previous and Current Saved Items
  268. Урок 268. 00:07:54
    No-Todo App - Setup - Delete Row from Database and Redraw Screen
  269. Урок 269. 00:23:46
    No-Todo App - Finished App
  270. Урок 270. 00:15:10
    Firebase Android Setup - Part 1
  271. Урок 271. 00:09:55
    Firebase Android Setup - Final
  272. Урок 272. 00:09:01
    Flutter Android - Writing to Firebase Realtime Database
  273. Урок 273. 00:08:03
    OPTIONAL - iOS Firebase Setup and Writing to Realtime Database
  274. Урок 274. 00:06:37
    Reading Data From Realtime Database - Part 1
  275. Урок 275. 00:09:36
    App - Build a Community Board Application - Setup Model Class
  276. Урок 276. 00:07:51
    App - Build a Community Board Application - Setup - Part 2
  277. Урок 277. 00:11:02
    App - Community Board - Setup Methods - Part 3
  278. Урок 278. 00:07:26
    App - Community Board - Saving Data - Part 4
  279. Урок 279. 00:11:40
    App - Community Board - AnimatedList and FirebaseListview - Showing Ite - Part 5
  280. Урок 280. 00:07:15
    App - Community Board - Add OnChangedData - Final App
  281. Урок 281. 00:02:14
    Introduction to Firebase User Authentication
  282. Урок 282. 00:05:23
    Setting up Emulator to Work with Google Sign in
  283. Урок 283. 00:19:25
    Setup Google Sing in - Part 1
  284. Урок 284. 00:09:16
    Creating Account With Email and Password
  285. Урок 285. 00:05:17
    Google Signout And Refresh Screen
  286. Урок 286. 00:05:31
    Signin With Email and Password & Signing out
  287. Урок 287. 00:06:39
    OPTIONAL - iOS Firebase - Google Sign in for iOS - Setup
  288. Урок 288. 00:21:16
    Getting Started with Animations in Flutter
  289. Урок 289. 00:15:46
    Creating a Counter Animation
  290. Урок 290. 00:07:25
    Introduction to Tween Class
  291. Урок 291. 00:05:31
    Tween - Animation Status
  292. Урок 292. 00:11:00
    Introduction to Chain Animation - Separating Animation Logic
  293. Урок 293. 00:11:50
    Chain Animation - Using the Separated Class
  294. Урок 294. 00:11:57
    Build a Company Profile Page Animation - Introduction
  295. Урок 295. 00:09:15
    Company Page Animation - Model and Data Classes - Part 2
  296. Урок 296. 00:11:53
    Company Page Animation - Create Animation Classes - Part 3
  297. Урок 297. 00:13:13
    Company Page Animation - Showing Image and Backdrop Opacity - Part 4
  298. Урок 298. 00:19:49
    Company Page Animation - Adding Blur Effect and Logo Avatar - Part 5
  299. Урок 299. 00:13:20
    Company Page Animation - Adding UI Interface and Animation - Part 6
  300. Урок 300. 00:07:03
    Company Page Animation - Adding Animation and UI Touchups - Part 7
  301. Урок 301. 00:20:58
    Company Page Animation - Adding UI - Scrollable Courses Area - Part 8
  302. Урок 302. 00:10:55
    Finished App