Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Flutter - Learn Dart & Flutter by Developing 5 Apps, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:47
    Before you take this course
  • Урок 2. 00:00:36
    What is flutter for
  • Урок 3. 00:02:29
    Installing the flutter sdk
  • Урок 4. 00:01:16
    Installing android studio
  • Урок 5. 00:02:32
    Setting up emulator
  • Урок 6. 00:01:16
    Installing dart and flutter in android studio
  • Урок 7. 00:00:43
    Installing VSCode
  • Урок 8. 00:00:41
    Installing dart and flutter in VSCode
  • Урок 9. 00:01:50
    Create and run the application
  • Урок 10. 00:00:48
    Create and run the application using android studio
  • Урок 11. 00:02:16
    Writing from scratch
  • Урок 12. 00:03:41
    Creating our own widget
  • Урок 13. 00:02:56
    Creating a MaterialApp and Scaffolding widget - part 1
  • Урок 14. 00:02:22
    06 - Creating a MaterialApp and Scaffolding widget - part 2
  • Урок 15. 00:00:56
    Stateful and Stateless widget
  • Урок 16. 00:02:33
    08 - Creating a Stateful widget - part 1
  • Урок 17. 00:01:03
    08 - Creating a Stateful widget - part 2 - Working with data
  • Урок 18. 00:00:50
    08 - Creating a Stateful widget - part 3 - Understanding the data flow
  • Урок 19. 00:01:51
    Navigating to screens - part 1
  • Урок 20. 00:00:54
    Navigating to screens - part 2 - fixing the style
  • Урок 21. 00:01:14
    Navigating to screens - part 3 - passing data to another screen
  • Урок 22. 00:01:48
    Navigating to screens - part 4 - passing dynamic data to another screen
  • Урок 23. 00:00:20
    Introduction
  • Урок 24. 00:01:23
    Installation
  • Урок 25. 00:01:42
    Welcome to my Universe
  • Урок 26. 00:00:42
    Anatomy
  • Урок 27. 00:00:36
    Variables and value assignments
  • Урок 28. 00:00:43
    Naming variables
  • Урок 29. 00:01:24
    Naming convention in Dart
  • Урок 30. 00:02:16
    Operators in dart - Part 1
  • Урок 31. 00:03:37
    Operators in dart - Part 2
  • Урок 32. 00:01:32
    Operators in dart - Part 3
  • Урок 33. 00:02:11
    Operators in dart - Part 4
  • Урок 34. 00:00:38
    Keywords
  • Урок 35. 00:01:20
    Data types in Dart - Part 1
  • Урок 36. 00:01:11
    Data types in Dart - Part 2
  • Урок 37. 00:01:01
    Data types in Dart - Part 3
  • Урок 38. 00:01:40
    Constants & Final
  • Урок 39. 00:01:32
    Variables and Data types all together - Part 1
  • Урок 40. 00:01:24
    Variables and Data types all together - Part 2
  • Урок 41. 00:01:49
    Variables and Data types all together - Part 3
  • Урок 42. 00:02:33
    Everything is material
  • Урок 43. 00:04:26
    Control statements - If Else
  • Урок 44. 00:01:52
    Switch Case
  • Урок 45. 00:02:03
    Control statements - For - Part 1
  • Урок 46. 00:02:32
    Control statements - For - Part 2
  • Урок 47. 00:01:58
    Control statements - While
  • Урок 48. 00:02:26
    List - part 1
  • Урок 49. 00:03:33
    List - part 2
  • Урок 50. 00:04:07
    Map
  • Урок 51. 00:02:24
    Set
  • Урок 52. 00:01:14
    Functions
  • Урок 53. 00:01:00
    Function - params and args
  • Урок 54. 00:01:37
    Function - returning value and function datatype
  • Урок 55. 00:01:34
    Function with optional and required and named params
  • Урок 56. 00:01:32
    Class and Class Members
  • Урок 57. 00:01:43
    Class and Class Members - part 2 - mutable & immutable fields
  • Урок 58. 00:01:53
    Thinking in object oriented way
  • Урок 59. 00:03:44
    Profile App part 1
  • Урок 60. 00:02:15
    Profile App part 2
  • Урок 61. 00:02:23
    Profile App part 3
  • Урок 62. 00:03:45
    Profile App part 4
  • Урок 63. 00:04:18
    Creating the project and taking the app bar
  • Урок 64. 00:05:25
    Creating and designing side drawer navigation
  • Урок 65. 00:02:42
    Fixing style and other issues
  • Урок 66. 00:04:37
    Creating the category form
  • Урок 67. 00:05:33
    Handling data
  • Урок 68. 00:06:08
    Installing sqflite and creating database
  • Урок 69. 00:01:16
    Understand the sqflite create table query and data types
  • Урок 70. 00:05:46
    Insert data
  • Урок 71. 00:02:53
    Get and show all data - part 1
  • Урок 72. 00:02:58
    Get and show all data - part 2 - list of widget
  • Урок 73. 00:04:28
    Get and show all data - part 3- ListView and ListView.builder
  • Урок 74. 00:10:01
    Get by id and show in edit category dialog form
  • Урок 75. 00:05:10
    Update data & showing success message
  • Урок 76. 00:04:38
    Delete data
  • Урок 77. 00:04:20
    Create todo screen
  • Урок 78. 00:02:42
    Populate categories in dropdown
  • Урок 79. 00:02:45
    Todo calendar
  • Урок 80. 00:03:01
    Insert todo data
  • Урок 81. 00:02:42
    Show todos
  • Урок 82. 00:02:23
    Show categories in drawer navigation
  • Урок 83. 00:06:17
    Show category based todo on drawer navigation item press
  • Урок 84. 00:01:35
    Install xampp
  • Урок 85. 00:01:23
    Install composer
  • Урок 86. 00:01:26
    Create and run a Laravel project
  • Урок 87. 00:03:20
    Creating model, controller and migration
  • Урок 88. 00:03:17
    Create view, route and map with controller
  • Урок 89. 00:04:26
    Let's discuss why do we need models, views, controllers & migrations
  • Урок 90. 00:01:50
    6. Inherit design from another view
  • Урок 91. 00:03:13
    7. Passing data from controller to view
  • Урок 92. 00:03:45
    8. Designing the admin panel
  • Урок 93. 00:01:06
    9. Project planning
  • Урок 94. 00:02:40
    10. Creating all models, migrations, controllers and api controllers
  • Урок 95. 00:05:26
    11. Design create category form
  • Урок 96. 00:06:15
    12. Understand the model data binding and the http verbs
  • Урок 97. 00:07:38
    13. Make migration and post category form
  • Урок 98. 00:02:17
    14. Show flash message
  • Урок 99. 00:03:01
    15. Get all categories
  • Урок 100. 00:02:42
    16. Styling get all categories view
  • Урок 101. 00:06:13
    17. Category edit form, get by id and update category
  • Урок 102. 00:03:48
    18. Delete category
  • Урок 103. 00:05:55
    19.1. Create blog post
  • Урок 104. 00:03:16
    19.2. Create blog post - upload image
  • Урок 105. 00:02:19
    19.3. Create blog post - show image preview
  • Урок 106. 00:02:17
    19.4. Create blog post - add a rich text editor
  • Урок 107. 00:02:22
    20. Get all blog posts
  • Урок 108. 00:03:09
    21. Update blog post
  • Урок 109. 00:01:59
    22. Delete blog post
  • Урок 110. 00:01:31
    23. Create the category api
  • Урок 111. 00:01:01
    24. Create the blog post api
  • Урок 112. 00:01:58
    25. Host the api - create the database, user and give permission
  • Урок 113. 00:06:46
    26. Host the api - upload the project and make it live
  • Урок 114. 00:01:22
    27. Create the App
  • Урок 115. 00:05:31
    28. Make first API call and get blog posts
  • Урок 116. 00:04:41
    29. Implementing the repository service pattern
  • Урок 117. 00:06:37
    30. Show all blog posts and show network image
  • Урок 118. 00:03:35
    31. Show the post category
  • Урок 119. 00:03:02
    32. Show the post date
  • Урок 120. 00:04:43
    33. Show blog post details
  • Урок 121. 00:01:01
    01. Intro
  • Урок 122. 00:02:12
    02. Creating web project, models, migrations, controllers and apis
  • Урок 123. 00:03:00
    3. Design dashboard
  • Урок 124. 00:03:30
    4. Design and run migration
  • Урок 125. 00:04:29
    5. Create and get categories
  • Урок 126. 00:03:52
    6. Update and delete category
  • Урок 127. 00:05:41
    7. Create and get all products
  • Урок 128. 00:01:53
    8. Get product category
  • Урок 129. 00:03:41
    9. Update and delete products
  • Урок 130. 00:02:52
    10. Create and get sliders
  • Урок 131. 00:03:03
    11. Update and delete sliders
  • Урок 132. 00:03:26
    12. Create resourceful apis.
  • Урок 133. 00:06:45
    13. Create the app and and get all sliders
  • Урок 134. 00:03:31
    14. Create the carousel slider
  • Урок 135. 00:05:26
    15. Get product categories and show in home screen
  • Урок 136. 00:10:51
    16. Get hot products and show in home screen
  • Урок 137. 00:11:06
    17. Show products by category
  • Урок 138. 00:06:46
    18. Show product details - part 1
  • Урок 139. 00:07:51
    19. Show product details - part 2 - adding style and adding new field in table
  • Урок 140. 00:07:16
    20. Show product details - part 3 - refactoring codes
  • Урок 141. 00:05:41
    21. Add to cart - part 1 - create local database, table and design the cart icon
  • Урок 142. 00:03:36
    22. Add to cart - part 2 - save cart information into local database
  • Урок 143. 00:08:42
    23. Add to cart - part 3 - show quantity in cart icon & item list in cart screen
  • Урок 144. 00:05:14
    24. Add to cart - part 4 - show cart total and update cart quantity & total
  • Урок 145. 00:07:55
    24.1. Add to cart - part 5 - fix bugs in add to cart
  • Урок 146. 00:14:25
    24.2. Add to cart - part 6 - fix bugs in showing cart quantity
  • Урок 147. 00:04:36
    25. Describing the logic and designing the registration & login screen
  • Урок 148. 00:05:46
    26. Creating the user api and registering user and using shared preferences
  • Урок 149. 00:07:01
    27. User login and shared preference
  • Урок 150. 00:12:51
    28. Checkout part - 1 - adding shipping address
  • Урок 151. 00:02:46
    29. Checkout part - 2 - design the payment screen and install stripe in Laravel
  • Урок 152. 00:06:20
    30. Checkout part - 3 - creating payment API and making payments
  • Урок 153. 00:10:37
    31. Checkout part - 4 - making order and getting total order amount
  • Урок 154. 00:04:46
    32. Checkout part - 5 - Update cart quantity and delete an item from cart
  • Урок 155. 00:03:48
    33. Checkout part - 6 - Fix bug of deleting cart items and make the cart empty
  • Урок 156. 00:05:31
    34. Adding drawer navigation
  • Урок 157. 00:06:01
    35. Showing order list in app - part 1
  • Урок 158. 00:05:17
    35. Showing order list in app - part 2
  • Урок 159. 00:03:57
    35. Showing order list in app - part 3
  • Урок 160. 00:08:26
    35. Showing order list in app - part 4
  • Урок 161. 00:07:05
    36. Showing order list in api dashboard
  • Урок 162. 00:10:12
    37. Authenticating API dashboard
  • Урок 163. 00:10:16
    38.1 Making our API dashboard logout and Authenticating our app - part 1
  • Урок 164. 00:11:49
    38.2 Making our API dashboard logout and Authenticating our app - part 2
  • Урок 165. 00:26:40
    39. Selecting payment method and making cash on delivery
  • Урок 166. 00:02:41
    40. Order and order details - part 1 - the plan and the assignment
  • Урок 167. 00:04:18
    40. Order and order details - part 2 - creating the tables
  • Урок 168. 00:07:56
    40. Order and order details - part 3 - updating the order api and saving details
  • Урок 169. 00:10:09
    40. Order and order details - part 4 - show order & order details in dashboard
  • Урок 170. 00:20:54
    41. Approving and cancelling the orders
  • Урок 171. 00:16:35
    42. Product Search
  • Урок 172. 00:05:05
    1. Project planning, installing packages and creating & running the project
  • Урок 173. 00:02:16
    2. Understand routes, views, and binding routes with views
  • Урок 174. 00:05:06
    3. Mastering layouts, inheriting design and passing data to view
  • Урок 175. 00:02:01
    4. Integrating the SB Admin template
  • Урок 176. 00:05:08
    5. Database connection - installing MySQL and nodemon
  • Урок 177. 00:04:21
    6. Project planning and creating tables
  • Урок 178. 00:08:08
    7. Creating topics route and inserting topic information into database
  • Урок 179. 00:06:16
    8. Show success and error message using expressjs flash message
  • Урок 180. 00:04:01
    9. Getting all topics
  • Урок 181. 00:04:15
    10. Updating topics - part 1 - getting data in edit form
  • Урок 182. 00:03:50
    11. Updating topics - part 2 - posting & updating form data.
  • Урок 183. 00:02:41
    12. Delete a topic
  • Урок 184. 00:07:03
    12.Creating news - designing the form
  • Урок 185. 00:07:42
    13. Creating news - storing data and uploading news photo
  • Урок 186. 00:06:06
    14. Get all news
  • Урок 187. 00:09:17
    15. Update news
  • Урок 188. 00:04:16
    16. API - Topic API - Get topics and get topic by topic id
  • Урок 189. 00:06:06
    17. API - News API - Get all news, news by id, news by topic and featured news
  • Урок 190. 00:12:01
    18. Creating the app and creating the tabs menu
  • Урок 191. 00:20:14
    19. Getting top stories news - part 1 - getting the featured news