Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build a Yelp! Clone for Restaurants with Flutter and Dart, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:15
    Project Demo
  2. Урок 2. 00:04:26
    Create Project
  3. Урок 3. 00:03:14
    Integrating Version Control with Github
  4. Урок 4. 00:05:59
    App Foundation
  5. Урок 5. 00:02:49
    Base Folder Structure
  6. Урок 6. 00:07:42
    Dark & Light Themes
  7. Урок 7. 00:03:22
    Run Themes Changes
  8. Урок 8. 00:01:07
    Introduction to Base Page Structure, Responsive Layout Builder and Navigation
  9. Урок 9. 00:04:41
    Constants
  10. Урок 10. 00:04:58
    Page Stubs Base Navigation
  11. Урок 11. 00:04:15
    Responsive Layout Builder
  12. Урок 12. 00:05:47
    Home Responsive Layout Builder - Mobile
  13. Урок 13. 00:07:54
    Home Responsive Layout Builder - Web Desktop Tablet
  14. Урок 14. 00:04:31
    Image Assets
  15. Урок 15. 00:07:40
    Page Stubs Authentication - Review Entry Photo
  16. Урок 16. 00:06:35
    Routes Class
  17. Урок 17. 00:01:27
    Custom Clipper - Intro
  18. Урок 18. 00:04:33
    Custom Clipper - Class
  19. Урок 19. 00:04:58
    Reviews List AppBar with Custom Clipper
  20. Урок 20. 00:02:52
    Different Ways to Add Packages
  21. Урок 21. 00:06:12
    Add Packages Dependencies (Camera, Photo Album, Location, Reverse Geocoding, etc.)
  22. Урок 22. 00:01:49
    iOS Info.plist - Image Picker Location Permissions
  23. Урок 23. 00:02:15
    Android Manifest Location Permissions
  24. Урок 24. 00:02:43
    Enable CORS
  25. Урок 25. 00:03:47
    Different Ways to Create Firebase Project
  26. Урок 26. 00:05:48
    Install Firebase CLI and FlutterFire CLI
  27. Урок 27. 00:05:14
    Create New Firebase Project with FlutterFire CLI
  28. Урок 28. 00:02:21
    Initialize Firebase
  29. Урок 29. 00:02:05
    Android SDK Version
  30. Урок 30. 00:01:31
    Enabling Authentication - Sign In Providers
  31. Урок 31. 00:00:57
    Reviewing Authentication - Email Templates
  32. Урок 32. 00:06:43
    Create Authentication Service - CreateUser
  33. Урок 33. 00:06:30
    Create Authentication Service - Sign In & Out, Password Reset, Email Vertification
  34. Урок 34. 00:06:13
    Authentication Business Logic - Part 1 (Validators, Error Handling)
  35. Урок 35. 00:07:58
    Authentication Business Logic - Part 2 (Private Variables)
  36. Урок 36. 00:05:51
    Authentication Business Logic - Part 3 (Check Register Email)
  37. Урок 37. 00:02:06
    Authentication Business Logic - Part 4 (Create Login Logic)
  38. Урок 38. 00:04:35
    Authentication Business Logic - Part 5 (Create User Model Calls, New User Default Values)
  39. Урок 39. 00:05:49
    Authentication Business Logic - Part 6 (Create Database Service)
  40. Урок 40. 00:06:32
    Authentication Business Logic - Part 7 (Get and Update User)
  41. Урок 41. 00:05:26
    Authentication Business Logic - Part 8 (Adding Register Logic)
  42. Урок 42. 00:05:56
    Creating Authentication State
  43. Урок 43. 00:01:31
    Introduction & Explanations
  44. Урок 44. 00:00:53
    Introduction
  45. Урок 45. 00:06:50
    Base Layout
  46. Урок 46. 00:07:10
    Base Layout - Image, Body Structure and Email
  47. Урок 47. 00:07:00
    Base Layout - Password and Confirm
  48. Урок 48. 00:04:37
    Base Layout - Register Button
  49. Урок 49. 00:03:29
    Base Layout - Register Error Message
  50. Урок 50. 00:04:07
    Base Layout - Login Button and Navigation
  51. Урок 51. 00:00:53
    Introduction
  52. Урок 52. 00:05:17
    Base Layout
  53. Урок 53. 00:05:55
    Base Layout - Email
  54. Урок 54. 00:05:13
    Base Layout - Password
  55. Урок 55. 00:02:51
    Base Layout - Login Button
  56. Урок 56. 00:03:48
    Base Layout - Login Error Message
  57. Урок 57. 00:05:26
    Base Layout - Forgot Password and Create User Buttons
  58. Урок 58. 00:04:57
    Base Layout
  59. Урок 59. 00:04:43
    Base Layout - Image, Body Structure and Email
  60. Урок 60. 00:03:55
    Base Layout - Reset Password Button
  61. Урок 61. 00:03:33
    Base Layout - Login Button
  62. Урок 62. 00:01:19
    Introduction
  63. Урок 63. 00:05:41
    Implementing the Build Material App
  64. Урок 64. 00:07:23
    Implementing the Authentication State and Named Routes Navigation
  65. Урок 65. 00:03:08
    Enabling Security Rules
  66. Урок 66. 00:09:11
    Storage Service - Upload Photo
  67. Урок 67. 00:04:19
    Storage Service - Delete Photo
  68. Урок 68. 00:01:01
    Introduction
  69. Урок 69. 00:02:13
    Creating Review Model
  70. Урок 70. 00:02:27
    Creating Review Model - Optionals
  71. Урок 71. 00:06:00
    Creating Review Model - Equality Operator
  72. Урок 72. 00:04:01
    Creating Review Model - Add New Review with Default Values
  73. Урок 73. 00:04:13
    Create Firestore Database and Enable Security Rules
  74. Урок 74. 00:06:54
    Database Service - Add Review
  75. Урок 75. 00:07:22
    Database Service - Update Review - Handle Photo
  76. Урок 76. 00:02:09
    Database Service - Update Review - Handle Save to Firestore
  77. Урок 77. 00:02:30
    Database Service - Delete Review
  78. Урок 78. 00:06:23
    Database Service - Get Review List
  79. Урок 79. 00:07:39
    Database Service - Get Review List with Photos
  80. Урок 80. 00:01:00
    Introduction
  81. Урок 81. 00:02:34
    Get API Key
  82. Урок 82. 00:08:54
    Get Permission and Location
  83. Урок 83. 00:04:45
    Get Reverse Geocoding
  84. Урок 84. 00:02:20
    Introduction
  85. Урок 85. 00:03:23
    App Helpers - Arguments
  86. Урок 86. 00:05:06
    App Helpers - Dialogs
  87. Урок 87. 00:03:01
    App Helpers - Format Dates
  88. Урок 88. 00:03:07
    Reusable Widgets - Image Circle Shadow
  89. Урок 89. 00:04:57
    Reusable Widgets - Image and Message
  90. Урок 90. 00:02:28
    Reusable Widgets - Muted Text
  91. Урок 91. 00:03:26
    Reusable Widgets - Star Rating - Variables
  92. Урок 92. 00:02:53
    Reusable Widgets - Star Rating - Rating
  93. Урок 93. 00:06:15
    Reusable Widgets - Star Rating - Gesture Detector
  94. Урок 94. 00:01:04
    Introduction
  95. Урок 95. 00:05:05
    Review List Logic
  96. Урок 96. 00:01:21
    Modifying Themes - Custom Error Color
  97. Урок 97. 00:06:58
    Review List Body Card - Base Layout and Dismissible
  98. Урок 98. 00:03:38
    Review List Body Card - Card, InkWell, Navigation and Hero
  99. Урок 99. 00:04:20
    Review List Body Card - Hero, Aspect Ratio and Image Network
  100. Урок 100. 00:03:35
    Review List Body Card - Cached Network Image
  101. Урок 101. 00:04:01
    Review List Body Card - ListTile Title Star Rating
  102. Урок 102. 00:07:10
    Review List Body Card - ListTile Subtitle
  103. Урок 103. 00:04:24
    Review List Body - Base Layout, Image and Message
  104. Урок 104. 00:05:09
    Review List Body - Sliver Grid or Sliver List
  105. Урок 105. 00:02:56
    Review List - Initialize Logic and Stream
  106. Урок 106. 00:02:50
    Review List - Refactor Logic
  107. Урок 107. 00:06:29
    Review List - App Bar, Menu Actions
  108. Урок 108. 00:07:29
    Review List - Safe Area and Stream Builder
  109. Урок 109. 00:04:27
    Review List - Floating Action Button and Navigation
  110. Урок 110. 00:02:18
    Review List - Cloud Firestore Index
  111. Урок 111. 00:00:44
    Introduction
  112. Урок 112. 00:03:28
    Base Layout and Navigation Arguments
  113. Урок 113. 00:03:17
    Hero and Image Network Widget
  114. Урок 114. 00:02:53
    Cached Network Image
  115. Урок 115. 00:01:46
    Introduction
  116. Урок 116. 00:04:58
    Base Layout
  117. Урок 117. 00:04:59
    InkWell, Hero and Image Network
  118. Урок 118. 00:02:38
    Cached Network Image
  119. Урок 119. 00:04:13
    ListTile - Title and Star Rating
  120. Урок 120. 00:03:20
    ListTile - Subtitle Property - Column and Review Details
  121. Урок 121. 00:01:33
    ListTile - Subtitle Property - Location Placemark in a Wrap Widget
  122. Урок 122. 00:07:35
    ListTile - Subtitle Property - Map with FlutterMap
  123. Урок 123. 00:06:04
    Create Review Entry Edit Logic
  124. Урок 124. 00:03:36
    Set Location and Address - Web
  125. Урок 125. 00:03:18
    Set Location and Address - Mobile
  126. Урок 126. 00:05:55
    Get Location, Current Position, and Replace Location
  127. Урок 127. 00:06:31
    Check if Data Changed and Save Review
  128. Урок 128. 00:05:53
    Delete Location
  129. Урок 129. 00:06:16
    Cancel Editing Review and Delete Review
  130. Урок 130. 00:07:49
    Select Date and Pick Image
  131. Урок 131. 00:02:23
    Introduction
  132. Урок 132. 00:04:51
    App Bar Widget - Base Layout
  133. Урок 133. 00:04:54
    App Bar Widget - Title and Leading Properties
  134. Урок 134. 00:04:57
    App Bar Widget - Actions
  135. Урок 135. 00:04:08
    Photo Widget - Base Layout
  136. Урок 136. 00:04:48
    Photo Widget - Image File and Image Network
  137. Урок 137. 00:02:44
    Photo Widget - Cached Network Image
  138. Урок 138. 00:05:49
    Photo Widget - Take Photo
  139. Урок 139. 00:05:36
    Photo Widget - Pick Photo
  140. Урок 140. 00:06:56
    Photo Widget - Take or Pick Photo Logic
  141. Урок 141. 00:03:17
    Date Picker Widget - Base Layout
  142. Урок 142. 00:05:57
    Date Picker Widget - Custom Button
  143. Урок 143. 00:03:59
    Affordability Widget - Base Layout
  144. Урок 144. 00:03:45
    Affordability Widget - Star Rating
  145. Урок 145. 00:07:18
    Affordability Widget - Affordability Segmented Button
  146. Урок 146. 00:03:51
    Text Fields Widget - Base Layout
  147. Урок 147. 00:03:19
    Text Fields Widget - Restaurant and Title
  148. Урок 148. 00:02:52
    Text Fields Widget - Category and Review
  149. Урок 149. 00:04:32
    Placemark and Map Widget - Base Layout
  150. Урок 150. 00:03:02
    Placemark and Map Widget - Position Value Listenable Builder
  151. Урок 151. 00:02:17
    Placemark and Map Widget - Location Placemark
  152. Урок 152. 00:06:58
    Placemark and Map Widget - Map
  153. Урок 153. 00:03:08
    Placemark and Map Widget - Progress Indicator
  154. Урок 154. 00:05:58
    Placemark and Map Widget - Replace Location Button
  155. Урок 155. 00:02:37
    Placemark and Map Widget - Delete Location Button
  156. Урок 156. 00:01:14
    Introduction
  157. Урок 157. 00:04:43
    Base Layout
  158. Урок 158. 00:07:44
    Navigation Arguments and Edit Logic
  159. Урок 159. 00:06:21
    ValueNotifier Class
  160. Урок 160. 00:02:12
    Dispose Method
  161. Урок 161. 00:02:31
    WillPopScope Widget
  162. Урок 162. 00:01:41
    App Bar Widget - Layout Body Property
  163. Урок 163. 00:03:03
    Photo Widget and Date Picker Widget
  164. Урок 164. 00:02:04
    Rating Widget and Affordability Widget
  165. Урок 165. 00:02:32
    Placemark Map Widget
  166. Урок 166. 00:04:09
    Adding New Review
  167. Урок 167. 00:01:24
    Introduction
  168. Урок 168. 00:03:24
    Grid Logic
  169. Урок 169. 00:02:43
    Base Layout
  170. Урок 170. 00:05:53
    StreamBuilder
  171. Урок 171. 00:03:48
    GridView Builder
  172. Урок 172. 00:02:32
    InkWell
  173. Урок 173. 00:02:59
    Image Network
  174. Урок 174. 00:02:33
    Cached Network Image
  175. Урок 175. 00:05:53
    Title Bar Gradient
  176. Урок 176. 00:02:31
    Cloud Firestore Index
  177. Урок 177. 00:01:10
    Introduction
  178. Урок 178. 00:03:20
    Locations Logic
  179. Урок 179. 00:08:43
    Review Map Locations Body Widget
  180. Урок 180. 00:02:19
    Base Layout
  181. Урок 181. 00:08:33
    StreamBuilder, Update Packages, and Pubspec.yaml File
  182. Урок 182. 00:02:22
    Refactoring, AnimatedBuilder to ListenableBuilder
  183. Урок 183. 00:03:02
    Sound Null Safety
  184. Урок 184. 00:03:18
    Dart Analysis
  185. Урок 185. 00:03:31
    Mission Accomplished!
  186. Урок 186. 00:06:09
    Top Widgets, Features, Techniques