-
Урок 1. 00:01:04How to Get Help
-
Урок 2. 00:03:30Course Organization
-
Урок 3. 00:02:44Dart Overview
-
Урок 4. 00:02:20The Dartpad Editor
-
Урок 5. 00:02:33Our First Program
-
Урок 6. 00:02:45Pulling the Pieces Apart
-
Урок 7. 00:03:37Functions in Dart
-
Урок 8. 00:08:37Introduction to Types
-
Урок 9. 00:05:37Why Use Types?
-
Урок 10. 00:03:20String Interpolation
-
Урок 11. 00:03:13Object Oriented Programming in Dart
-
Урок 12. 00:04:34Creating Classes
-
Урок 13. 00:03:58Creating Class Instances
-
Урок 14. 00:07:27Constructor Functions
-
Урок 15. 00:03:42Review on Constructors
-
Урок 16. 00:01:13App Overview
-
Урок 17. 00:03:20OOP Design Flow
-
Урок 18. 00:06:00Adding Fields to Classes
-
Урок 19. 00:01:23Associated Methods
-
Урок 20. 00:02:53More Initialization with Constructors
-
Урок 21. 00:03:09For Loops
-
Урок 22. 00:03:57Adding Elements to Lists
-
Урок 23. 00:04:47More on Variable Initialization
-
Урок 24. 00:03:36Customizing Print Statements
-
Урок 25. 00:04:31ToString on Cards
-
Урок 26. 00:06:12Shuffling a List
-
Урок 27. 00:04:43Annotating Argument Types
-
Урок 28. 00:03:47Filtering Lists
-
Урок 29. 00:02:40Annotating Argument Types
-
Урок 30. 00:05:50Filtering Lists
-
Урок 31. 00:07:15Shorthand Function Syntax
-
Урок 32. 00:02:46Removing Individual Records
-
Урок 33. 00:06:09RemoveCard Implementation
-
Урок 34. 00:04:01Named Parameters
-
Урок 35. 00:02:02Flutter Setup on MacOS
-
Урок 36. 00:02:03SDK Extraction
-
Урок 37. 00:07:47Editing the PATH Variable
-
Урок 38. 00:01:25XCode License
-
Урок 39. 00:01:21Generating Flutter Projects
-
Урок 40. 00:01:59Android Setup on MacOS
-
Урок 41. 00:01:18Android Dependencies
-
Урок 42. 00:01:14Android Project Setup
-
Урок 43. 00:01:26More Android Dependencies!
-
Урок 44. 00:01:52Android Emulator Creation
-
Урок 45. 00:01:28Flutter Startup
-
Урок 46. 00:00:24Finished Android Setup
-
Урок 47. 00:01:07iOS on Mac Setup
-
Урок 48. 00:00:37XCode Setup
-
Урок 49. 00:01:45iOS Simulator Startup
-
Урок 50. 00:00:24App Startup
-
Урок 51. 00:03:40Flutter Install
-
Урок 52. 00:02:48More Flutter Installation
-
Урок 53. 00:00:48Android Install
-
Урок 54. 00:01:04Additional Dependencies
-
Урок 55. 00:00:54Generating a Project
-
Урок 56. 00:01:50Selecting an Image
-
Урок 57. 00:03:19Starting the Emulator
-
Урок 58. 00:00:24Finishing Android Setup
-
Урок 59. 00:05:54What's Flutter About, Anyways?
-
Урок 60. 00:02:08App Overview
-
Урок 61. 00:04:15The Four Step Design Process
-
Урок 62. 00:04:37Import Statements
-
Урок 63. 00:04:57Creating Widgets
-
Урок 64. 00:02:31Displaying Content on Screen
-
Урок 65. 00:06:10Showing a Scaffold
-
Урок 66. 00:03:58Customizing the App Bar
-
Урок 67. 00:05:03Named Parameter Clarification
-
Урок 68. 00:03:20Required Parameters
-
Урок 69. 00:02:18Child Parameters
-
Урок 70. 00:05:49Displaying Icons
-
Урок 71. 00:03:51Adding Custom Widgets
-
Урок 72. 00:04:16Stateless vs Stateful Widgets
-
Урок 73. 00:04:01The Build Method
-
Урок 74. 00:05:35Local Import Statements
-
Урок 75. 00:03:18Quick Breather and Review
-
Урок 76. 00:05:42Refactoring Stateless to Stateful
-
Урок 77. 00:08:39More Refactoring to Stateful Widgets
-
Урок 78. 00:06:34Generics in Dart
-
Урок 79. 00:06:26Why Two Classes?
-
Урок 80. 00:03:07Photos API
-
Урок 81. 00:05:26Working with JSON
-
Урок 82. 00:04:03Casting JSON to Model Instances
-
Урок 83. 00:06:37Named Constructors
-
Урок 84. 00:05:45Adding an Image Model
-
Урок 85. 00:03:42Function References
-
Урок 86. 00:04:10The HTTP Package
-
Урок 87. 00:02:55Issuing HTTP Requests
-
Урок 88. 00:07:51Handling Dart Futures
-
Урок 89. 00:04:18Parsing Future Responses into a Model
-
Урок 90. 00:03:42Updating the AppState Widget
-
Урок 91. 00:04:58Building Lists of Widgets
-
Урок 92. 00:03:36Sending Images to the ImageList
-
Урок 93. 00:05:33The Final Keyword
-
Урок 94. 00:05:57Building Lists with ListView
-
Урок 95. 00:01:39Listing URL's
-
Урок 96. 00:03:57Text to Images
-
Урок 97. 00:08:08Containers for Positioning
-
Урок 98. 00:07:20Adding Border Style
-
Урок 99. 00:09:19Column Widgets for Layout
-
Урок 100. 00:05:06Selective Padding
-
Урок 101. 00:04:48App Review
-
Урок 102. 00:05:27App Overview
-
Урок 103. 00:04:51Boilerplate App Code
-
Урок 104. 00:06:33Creating the Login Screen
-
Урок 105. 00:04:32More Container Styling
-
Урок 106. 00:08:46Labels and Hint Text
-
Урок 107. 00:03:22Customizing Keyboard Type
-
Урок 108. 00:05:10Handling Password Inputs
-
Урок 109. 00:04:12Displaying Buttons with RaisedButton
-
Урок 110. 00:01:36Changing Widget Colors
-
Урок 111. 00:08:06Layout Control
-
Урок 112. 00:03:45Form Validation
-
Урок 113. 00:04:25Referencing Widgets with Global Keys
-
Урок 114. 00:05:19The Form Widget and FormState
-
Урок 115. 00:02:10Creating a Global Key
-
Урок 116. 00:04:31Referencing FormState with Global Keys
-
Урок 117. 00:05:56Validating via FormState
-
Урок 118. 00:06:39Triggering Validation
-
Урок 119. 00:06:32Retrieving Form Values
-
Урок 120. 00:04:03Final Form Submittal
-
Урок 121. 00:03:55Code Reuse with Mixins
-
Урок 122. 00:05:12Mixin Validator Implementation
-
Урок 123. 00:01:01A Quick Detour
-
Урок 124. 00:06:00Streams by Analogy
-
Урок 125. 00:04:09Characteristics of Streams
-
Урок 126. 00:05:19StreamControllers and Sinks
-
Урок 127. 00:02:40Mapping a Stream
-
Урок 128. 00:04:26Adding a StreamTransformer
-
Урок 129. 00:03:28Implementing the Listener
-
Урок 130. 00:07:53Stream Review
-
Урок 131. 00:05:36Let's Build a Game
-
Урок 132. 00:09:48Why Streams?
-
Урок 133. 00:05:33Word Guessing
-
Урок 134. 00:06:09Stream's 'Take' and 'Where' Functions
-
Урок 135. 00:05:57Validation with Streams
-
Урок 136. 00:04:20Email Validation
-
Урок 137. 00:04:36Wiring up the Error
-
Урок 138. 00:06:43BLOC's vs Stateful Widgets
-
Урок 139. 00:07:40The Purpose of Streams with Blocs
-
Урок 140. 00:00:56Generating a New Project
-
Урок 141. 00:03:06App Boilerplate
-
Урок 142. 00:03:14Second Time on LoginScreen
-
Урок 143. 00:07:49TextFields with RaisedButtons
-
Урок 144. 00:03:18How to Use TextFields
-
Урок 145. 00:04:04BLOC Design for TextFields
-
Урок 146. 00:05:02Annotating Stream Types
-
Урок 147. 00:06:27Issues with Bloc Access
-
Урок 148. 00:08:41Shortcut Access with Getters
-
Урок 149. 00:07:33Public vs Private Fields
-
Урок 150. 00:04:08Improving the BLOC Api
-
Урок 151. 00:06:53Validation Transformers
-
Урок 152. 00:04:27A Technicality Around Mixins
-
Урок 153. 00:03:19Cleaning Up Controllers
-
Урок 154. 00:06:50Bloc Application
-
Урок 155. 00:11:27The StreamBuilder Widget
-
Урок 156. 00:04:19Streambuilder for Password Fields
-
Урок 157. 00:03:09Scoped Bloc Approach
-
Урок 158. 00:05:38Provider Implementation
-
Урок 159. 00:07:34The Provider's 'of' Function
-
Урок 160. 00:02:17The Provider's Constructor
-
Урок 161. 00:03:20The Provider in Action
-
Урок 162. 00:05:33Accessing the Bloc
-
Урок 163. 00:05:38Breather and Review
-
Урок 164. 00:05:17Enabling Form Submission
-
Урок 165. 00:04:08Stream Merging Possibilities
-
Урок 166. 00:04:14Introducing RxDart
-
Урок 167. 00:05:53More on RxDart
-
Урок 168. 00:10:07The CombineLatest Function
-
Урок 169. 00:06:39CombineLatest in Action
-
Урок 170. 00:03:40More on StreamBuilder
-
Урок 171. 00:05:58Interpreting Stream Values
-
Урок 172. 00:04:42Broadcast Streams
-
Урок 173. 00:03:14Disabled by Default
-
Урок 174. 00:08:22Replacing Controllers with Subjects
-
Урок 175. 00:03:24Review of BLOCs
-
Урок 176. 00:02:53App Overview
-
Урок 177. 00:10:38Animation Library Classes
-
Урок 178. 00:02:48App Boilerplate
-
Урок 179. 00:04:20StatefulWidgets for Animations
-
Урок 180. 00:02:27Widget Structure
-
Урок 181. 00:03:45Displaying a Cat
-
Урок 182. 00:03:55The InitState Method
-
Урок 183. 00:05:46Declaring the TickerProvider
-
Урок 184. 00:05:44Tweens with Curves
-
Урок 185. 00:05:03Performance Savings with AnimatedBuilder
-
Урок 186. 00:07:02Nature of Animation
-
Урок 187. 00:01:48Starting the Animation
-
Урок 188. 00:05:00Watching for Taps with GestureDetector
-
Урок 189. 00:06:35Reversing Animation States
-
Урок 190. 00:03:28Building the Box
-
Урок 191. 00:02:44Layouts with the Stack Widget
-
Урок 192. 00:02:52Order of Drawing Widgets
-
Урок 193. 00:03:34Add Center Widget
-
Урок 194. 00:11:07Positioned Widgets
-
Урок 195. 00:06:58Expanding Stack Dimensions
-
Урок 196. 00:07:17Three Reasons for Strange Layouts
-
Урок 197. 00:03:58Positioned Constraints
-
Урок 198. 00:03:57Negative Offsets
-
Урок 199. 00:03:46Stack Clip Settings
-
Урок 200. 00:02:20Adjusting Tween Ranges
-
Урок 201. 00:03:29Adding Box Flaps
-
Урок 202. 00:06:14Rotating Widgets
-
Урок 203. 00:06:15Rotation by Radians
-
Урок 204. 00:03:38Changing Rotation Point
-
Урок 205. 00:05:19A Touch of Positioning
-
Урок 206. 00:07:00BoxAnimation Controller
-
Урок 207. 00:06:28Adding Animated Builders
-
Урок 208. 00:04:10Resetting Animations
-
Урок 209. 00:04:21Constraining Animation Range
-
Урок 210. 00:03:15Adding the Right Flap
-
Урок 211. 00:04:06Negative Rotation Values
-
Урок 212. 00:02:37Toggling Animation State
-
Урок 213. 00:02:50Animation Wrapup
-
Урок 214. 00:03:09App Overview
-
Урок 215. 00:08:52Hacker News API
-
Урок 216. 00:08:05More API Challenges
-
Урок 217. 00:08:28API Performance Strategy
-
Урок 218. 00:08:39Creating the ItemModel Class
-
Урок 219. 00:05:25A Few More ItemModel Properties
-
Урок 220. 00:06:47API Provider Implementation
-
Урок 221. 00:08:33Fetching Individual Items
-
Урок 222. 00:04:44Testing with Dart
-
Урок 223. 00:05:10A Few Imports
-
Урок 224. 00:05:23Writing Expectations
-
Урок 225. 00:05:53Mocking HTTP Requests
-
Урок 226. 00:05:43Returning JSON
-
Урок 227. 00:05:18Testing FetchItem
-
Урок 228. 00:04:04SQLite DB Provider
-
Урок 229. 00:04:28Database Imports
-
Урок 230. 00:02:23Async Constructors
-
Урок 231. 00:05:10Creating a DB Connection
-
Урок 232. 00:03:42Creating Tables with SQLite
-
Урок 233. 00:04:23Adding Table Columns
-
Урок 234. 00:07:56Issuing Queries
-
Урок 235. 00:04:32Multiple Named Constructors
-
Урок 236. 00:04:32Massaging DB Return Maps
-
Урок 237. 00:08:42Turning Class Instances to Maps
-
Урок 238. 00:04:06Implementing the Repository
-
Урок 239. 00:07:10More on the Repository
-
Урок 240. 00:06:13Type Annotations
-
Урок 241. 00:03:32Casting Lists
-
Урок 242. 00:02:46More on the Repository
-
Урок 243. 00:07:03Abstract Classes
-
Урок 244. 00:04:28The Need for Abstract Classes
-
Урок 245. 00:07:35Why Abstract Classes?
-
Урок 246. 00:07:03More on Abstract Classes
-
Урок 247. 00:07:17Repository Interface Design
-
Урок 248. 00:05:53Defining the Source
-
Урок 249. 00:02:09Cache Definitions
-
Урок 250. 00:03:31Lists of Sources and Caches
-
Урок 251. 00:04:06Ultimate Reusability
-
Урок 252. 00:02:19Quick Gotcha
-
Урок 253. 00:01:08Another Quick Gotcha!
-
Урок 254. 00:02:29FetchTopIds Implementation
-
Урок 255. 00:02:46App Setup
-
Урок 256. 00:02:46A Touch of Boilerplate
-
Урок 257. 00:10:13Data Fetching Concerns
-
Урок 258. 00:03:23Solution Outline
-
Урок 259. 00:12:05FutureBuilder in Action
-
Урок 260. 00:06:03The Stories Provider
-
Урок 261. 00:06:50Bloc Design
-
Урок 262. 00:03:33Exposing Bloc Getters
-
Урок 263. 00:03:21Wiring up the Stories Provider
-
Урок 264. 00:07:52Bloc Testing
-
Урок 265. 00:03:24Type Annotations Solve Problems
-
Урок 266. 00:03:21Circular Progress Indicator
-
Урок 267. 00:07:02Item Fetching Architecture
-
Урок 268. 00:08:34Giant Gotcha with StreamBuilder
-
Урок 269. 00:07:17Giant Gotcha Solution
-
Урок 270. 00:05:39Implementing ScanStreamTransformer
-
Урок 271. 00:02:28Finishing the ScanStreamTransformer
-
Урок 272. 00:03:50Adding the Items Controller
-
Урок 273. 00:03:29A Gotcha Around Streams? Impossible!
-
Урок 274. 00:03:47Single Transformer Application
-
Урок 275. 00:04:08The ListView Tile
-
Урок 276. 00:03:28StreamBuilder Setup
-
Урок 277. 00:03:57Wrapping Up the FutureBuilder
-
Урок 278. 00:03:57Double Gotcha!
-
Урок 279. 00:10:02Stream Subscriptions
-
Урок 280. 00:01:14Stream Subscription Fix
-
Урок 281. 00:02:38Additional Streams
-
Урок 282. 00:08:43A Laborious Refactor
-
Урок 283. 00:02:29Result of Refactor
-
Урок 284. 00:03:58Quick Debug Session
-
Урок 285. 00:09:01Resolving Database Conflicts
-
Урок 286. 00:05:19Building Story Tiles
-
Урок 287. 00:04:44Comments Icon
-
Урок 288. 00:05:37Applying Dividers with Height
-
Урок 289. 00:03:24Loading Container Stand-in
-
Урок 290. 00:04:22Building the Loading Container
-
Урок 291. 00:02:56Showing the Loading Container
-
Урок 292. 00:02:36Long-Lived Cache Values
-
Урок 293. 00:02:55Swipe to Refresh Indicator
-
Урок 294. 00:04:34Implementing a Refresh Widget
-
Урок 295. 00:07:52Clearing Database Tables
-
Урок 296. 00:08:23Communicating a Future to onRefresh
-
Урок 297. 00:04:06Navigation in Flutter
-
Урок 298. 00:05:57Map Based Routing
-
Урок 299. 00:03:40OnGenerateRoute-Based Navigation
-
Урок 300. 00:06:35OnGenerateRoute Implementation
-
Урок 301. 00:10:06Navigating in Style!
-
Урок 302. 00:07:26A PageRoute for NewsDetail
-
Урок 303. 00:03:42A Scaffold in NewsDetail
-
Урок 304. 00:04:44Parsing Route Settings
-
Урок 305. 00:06:05The Comments Bloc Provider
-
Урок 306. 00:05:13Comments Bloc Design
-
Урок 307. 00:07:36More on Comments Bloc
-
Урок 308. 00:12:47Recursive Data Fetching
-
Урок 309. 00:03:43Connecting the Comments Provider
-
Урок 310. 00:03:23Testing Recursive Fetching
-
Урок 311. 00:05:16Consuming the Item Map
-
Урок 312. 00:05:49Displaying the Story Title
-
Урок 313. 00:06:15Text Styling
-
Урок 314. 00:05:32Container Alignment
-
Урок 315. 00:07:30Building the Comments List
-
Урок 316. 00:04:40More Logic Extraction
-
Урок 317. 00:05:02The Comment Widget
-
Урок 318. 00:03:22Comment's FutureBuilder
-
Урок 319. 00:06:35Showing Individual COmments
-
Урок 320. 00:05:51Recursive Rendering
-
Урок 321. 00:04:27Styling the Comment List
-
Урок 322. 00:03:38Defaulting Null Values
-
Урок 323. 00:02:57Handling Deleted Comments
-
Урок 324. 00:03:27Nested Comments
-
Урок 325. 00:05:25ListTile's ContentPadding Property
-
Урок 326. 00:05:15Replacing Placeholder Characters
-
Урок 327. 00:02:57Loading Containers for Comments
-
Урок 328. 00:06:11App Wrapup
-
Урок 329. 00:01:42Last Fix!
-
Урок 330. 00:02:39Dart Local Installation
-
Урок 331. 00:03:24Dart Install on Mac
-
Урок 332. 00:03:44Editor Setup for Dart
-
Урок 333. 00:02:39App Overview
-
Урок 334. 00:06:44Folder and File Structure
-
Урок 335. 00:03:09The PubSpec File
-
Урок 336. 00:03:59Running Dart Files
-
Урок 337. 00:08:16Program Design Methodology
-
Урок 338. 00:02:39Class Creation
-
Урок 339. 00:03:16Terminal Design
-
Урок 340. 00:02:15Terminal Implementation
-
Урок 341. 00:05:18Stdout and Stdin
-
Урок 342. 00:06:25Import Statements
-
Урок 343. 00:04:36Stdout Instance
-
Урок 344. 00:09:55More on Import Statements
-
Урок 345. 00:03:23Testing the Import Class
-
Урок 346. 00:03:52Checking Operating System
-
Урок 347. 00:02:24Clearing Windows Terminal
-
Урок 348. 00:01:08Clearing Other Terminals
-
Урок 349. 00:01:23Testing ClearScreen
-
Урок 350. 00:07:13Collecting Input Over Stdin
-
Урок 351. 00:07:08Option Class FIelds
-
Урок 352. 00:02:15Adding Dynamic Fields
-
Урок 353. 00:06:59Printing Individual Options
-
Урок 354. 00:04:37Testing Option Printing
-
Урок 355. 00:04:36List Shortcomings
-
Урок 356. 00:11:36Maps in Dart
-
Урок 357. 00:03:44Refactor to Maps
-
Урок 358. 00:04:01The Prompter Class
-
Урок 359. 00:03:55Testing the Prompter
-
Урок 360. 00:04:30Extracting the Terminal
-
Урок 361. 00:07:02Var vs Final for Variables
-
Урок 362. 00:06:02Final's Affect on Values
-
Урок 363. 00:06:23Const's Dual Nature
-
Урок 364. 00:12:03Const's Behavior by Type
-
Урок 365. 00:02:13Marking Terminal as Const
-
Урок 366. 00:07:23Private Variables
-
Урок 367. 00:05:36Finishing Prompter
-
Урок 368. 00:03:26Error Handling
-
Урок 369. 00:04:05Asking Binary Questions
-
Урок 370. 00:04:21Testing Binary Inputs
-
Урок 371. 00:04:34Code Similarities
-
Урок 372. 00:05:01Refactor for Code Reuse
-
Урок 373. 00:05:16More on Private
-
Урок 374. 00:02:45Central Lib File
-
Урок 375. 00:03:10A Single Export Point
-
Урок 376. 00:03:17A Relevant Example File
-
Урок 377. 00:02:54Outstanding Project Config
-
Урок 378. 00:05:41Uploading the Prompter Lib
-
Урок 379. 00:02:52App Overview
-
Урок 380. 00:04:06Project Setup
-
Урок 381. 00:05:39Importing Library Code
-
Урок 382. 00:04:10Forcibly Exiting a Program
-
Урок 383. 00:03:28Prompting for File Type
-
Урок 384. 00:04:14Implementation Flow
-
Урок 385. 00:05:08Working with the Current Directory
-
Урок 386. 00:07:14Filtering Non-Files
-
Урок 387. 00:03:30Filtering Non-Images
-
Урок 388. 00:06:04Building Options from Images
-
Урок 389. 00:02:30Testing Image Selection
-
Урок 390. 00:06:07Converting Images
-
Урок 391. 00:03:04The ConvertImage Function
-
Урок 392. 00:03:41Reading File Contents
-
Урок 393. 00:03:40Encoding to JPG or PNG
-
Урок 394. 00:05:34Writing Files to the Hard Drive
-
Урок 395. 00:01:43Returning the Image Name
-
Урок 396. 00:02:38Testing Image Conversion
-
Урок 397. 00:03:24Opening the Image
- Категории
- Источники
- Все курсы
- Разделы
- Книги