本站已收录 番号和无损神作磁力链接/BT种子 

Flutter & Dart - The Complete Guide [RU]

种子简介

种子名称: Flutter & Dart - The Complete Guide [RU]
文件类型: 视频
文件数目: 338个文件
文件大小: 24.38 GB
收录时间: 2022-2-12 23:10
已经下载: 3
资源热度: 135
最近下载: 2024-5-23 08:14

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:fc2a57f8dac3d89c58195fbf45be8b897ce97597&dn=Flutter & Dart - The Complete Guide [RU] 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Flutter & Dart - The Complete Guide [RU].torrent
  • 01 Introduction/007 Flutter macOS Setup.mp4356.98MB
  • 01 Introduction/001 Introduction.mp440.96MB
  • 01 Introduction/002 What is Flutter.mp420.06MB
  • 01 Introduction/004 Understanding the Flutter Architecture.mp416.98MB
  • 01 Introduction/005 How Flutter & Dart Code Gets Compiled To Native Apps.mp410.81MB
  • 01 Introduction/006 Understanding Flutter Versions.mp411.07MB
  • 01 Introduction/008 macOS Development Environment.mp4266.53MB
  • 01 Introduction/009 Flutter Windows Setup.mp4334.44MB
  • 01 Introduction/010 Windows Development Environment.mp4239.93MB
  • 01 Introduction/011 Flutter & Material Design.mp44.32MB
  • 01 Introduction/012 Flutter Alternatives.mp426.67MB
  • 01 Introduction/013 Course Outline.mp425.44MB
  • 01 Introduction/014 How To Get The Most Out Of The Course.mp48.86MB
  • 02 Flutter Basics [QUIZ APP]/016 Module Introduction.mp410.68MB
  • 02 Flutter Basics [QUIZ APP]/017 Creating a New Project.mp435.34MB
  • 02 Flutter Basics [QUIZ APP]/018 An Overview of the Generated Files & Folders.mp478.69MB
  • 02 Flutter Basics [QUIZ APP]/020 Analyzing the Default App.mp463.24MB
  • 02 Flutter Basics [QUIZ APP]/021 Dart Basics.mp462.27MB
  • 02 Flutter Basics [QUIZ APP]/022 More Dart Basics.mp451.86MB
  • 02 Flutter Basics [QUIZ APP]/024 Building an App From Scratch.mp490.25MB
  • 02 Flutter Basics [QUIZ APP]/025 Running the App on an Emulator.mp421.3MB
  • 02 Flutter Basics [QUIZ APP]/026 Class Constructors & Named Arguments.mp448.61MB
  • 02 Flutter Basics [QUIZ APP]/027 First Summary & Additional Syntax.mp461.08MB
  • 02 Flutter Basics [QUIZ APP]/028 Building a Widget Tree.mp491.73MB
  • 02 Flutter Basics [QUIZ APP]/029 Visible (Input _ Output) & Invisible (Layout _ Control) Widgets.mp424.11MB
  • 02 Flutter Basics [QUIZ APP]/030 Adding Layout Widgets.mp487.16MB
  • 02 Flutter Basics [QUIZ APP]/031 Connecting Functions & Buttons.mp462.07MB
  • 02 Flutter Basics [QUIZ APP]/032 Anonymous Functions.mp426.79MB
  • 02 Flutter Basics [QUIZ APP]/033 Updating Widget Data (Or_ Using StatelessWidget Incorrectly).mp472.53MB
  • 02 Flutter Basics [QUIZ APP]/035 Updating Correctly with Stateful Widgets.mp473.9MB
  • 02 Flutter Basics [QUIZ APP]/036 A Brief Look Under The Hood.mp417.16MB
  • 02 Flutter Basics [QUIZ APP]/037 Using Private Properties.mp438.43MB
  • 02 Flutter Basics [QUIZ APP]/038 Creating a New, Custom Widget.mp490.77MB
  • 02 Flutter Basics [QUIZ APP]/039 First Styling & Layouting Steps.mp456.78MB
  • 02 Flutter Basics [QUIZ APP]/040 Enums & Multiple Constructors.mp454.22MB
  • 02 Flutter Basics [QUIZ APP]/041 Official Docs & The Widget Catalog.mp433.73MB
  • 02 Flutter Basics [QUIZ APP]/043 Passing Callback Functions Around.mp4121.8MB
  • 02 Flutter Basics [QUIZ APP]/044 Introducing Maps.mp446.19MB
  • 02 Flutter Basics [QUIZ APP]/045 Mapping Lists to Widgets.mp492.29MB
  • 02 Flutter Basics [QUIZ APP]/046 final vs const.mp490.89MB
  • 02 Flutter Basics [QUIZ APP]/047 Introducing _if_ Statements.mp459.14MB
  • 02 Flutter Basics [QUIZ APP]/048 [DART DEEP DIVE] More on _if_ Statements.mp448.1MB
  • 02 Flutter Basics [QUIZ APP]/049 [DART DEEP DIVE] The _null_ Value & Null Safety.mp4109.37MB
  • 02 Flutter Basics [QUIZ APP]/050 Outputting Widgets Conditionally.mp420.61MB
  • 02 Flutter Basics [QUIZ APP]/051 Splitting the App Into Widgets.mp489.07MB
  • 02 Flutter Basics [QUIZ APP]/052 Calculating a Total Score.mp475.07MB
  • 02 Flutter Basics [QUIZ APP]/053 Getters & _else-if_.mp443.32MB
  • 02 Flutter Basics [QUIZ APP]/054 Resetting the Quiz.mp436.39MB
  • 02 Flutter Basics [QUIZ APP]/055 _Old_ Button Widgets vs _New_ Button Widgets.mp4113.44MB
  • 02 Flutter Basics [QUIZ APP]/056 [assignment] Time to Practice_ Flutter Basics.mp414.94MB
  • 02 Flutter Basics [QUIZ APP]/056 [assignment_solution] Time to Practice_ Flutter Basics.mp4142.96MB
  • 02 Flutter Basics [QUIZ APP]/056 Wrap Up.mp412.52MB
  • 03 Running Apps on Different Devices & Debugging Apps/058 Module Introduction.mp46.49MB
  • 03 Running Apps on Different Devices & Debugging Apps/059 Running the App on a Real Android Device.mp416.76MB
  • 03 Running Apps on Different Devices & Debugging Apps/060 Running the App on an iOS Emulator.mp453.86MB
  • 03 Running Apps on Different Devices & Debugging Apps/061 Running the App on a Real iOS Device.mp410.9MB
  • 03 Running Apps on Different Devices & Debugging Apps/062 Working with the Emulators _ Using the Emulators.mp49.37MB
  • 03 Running Apps on Different Devices & Debugging Apps/063 Understanding Error Messages & Fixing Errors.mp444.27MB
  • 03 Running Apps on Different Devices & Debugging Apps/064 Using the Debugger.mp450.39MB
  • 03 Running Apps on Different Devices & Debugging Apps/065 Getting Started with the Dart DevTools.mp443.16MB
  • 03 Running Apps on Different Devices & Debugging Apps/066 Understanding the Repaint Rainbow.mp417.27MB
  • 03 Running Apps on Different Devices & Debugging Apps/067 Wrapping up the Dart DevTools.mp410.12MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/069 Module Introduction.mp411.25MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/070 An Overview of the Core Flutter Widgets.mp440.73MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/071 Planning the App.mp48.54MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/072 Combining Widgets.mp470.52MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/073 Understanding Column Alignment.mp437.66MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/074 Not a Widget_ Adding a Transaction Model & Transaction Data.mp455.95MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/075 Mapping Data Into Widgets.mp435.36MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/076 Building a Custom List Item.mp428.81MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/077 Styling a Container.mp433.99MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/078 Styling Text.mp418.37MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/079 More Styling!.mp411.49MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/080 Containers vs Columns vs Rows.mp413.92MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/081 Using String Interpolation.mp439.97MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/082 Installing External Packages & Formatting Dates.mp473.72MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/084 Adding Text Input Widgets (TextField).mp489.16MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/085 Fetching User Input.mp4139.55MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/086 Splitting the App Into Widgets.mp4148.73MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/087 Connecting Widgets & Managing Data _ State.mp448.91MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/088 Adding User Transactions to the List.mp426.31MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/089 Making the List Scrollable!.mp441.29MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/090 Working with ListViews.mp4113.39MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/091 Further Input & Output Styling and Configuration.mp487.98MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/092 Adding AppBar Buttons & Floating Action Buttons.mp433.08MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/093 Showing a Modal Bottom Sheet.mp482.18MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/094 Improving & Styling the Modal Bottom Sheet.mp467.81MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/095 Configuring & Using Themes.mp497.27MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/096 Custom Fonts & Working with Text Themes.mp4193.13MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/098 Adding Images to the App.mp491.47MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/099 Planning the Chart Widget.mp421.34MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/100 Looping Through Lists.mp4113.89MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/102 Deriving Recent Transactions.mp489.01MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/103 Creating Bars for our Chart.mp491.28MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/104 Populating the Chart with Values.mp450.29MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/105 Finishing the Chart Bars.mp456.67MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/106 Flexible & Expanded_ Deep Dive.mp472.85MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/107 Adding a ListTile Widget.mp443.85MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/108 Improving the Overall Chart.mp416.5MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/109 Widgets & Configuring Widgets - Summary _ Overview.mp458.1MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/110 Getting Started with Date Selection.mp436.82MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/111 Showing a DatePicker.mp4146.28MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/112 Adding Transactions with a Date.mp418.86MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/113 Deleting Transactions & Using IconButtons.mp482.09MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/114 Final Polishing!.mp463.81MB
  • 04 Widgets, Styling, Adding Logic - Building a Real App [PERSONAL EXPENSES APP]/115 Wrap Up.mp435.21MB
  • 05 Responsive & Adaptive User Interfaces and Apps/117 Module Introduction.mp45.23MB
  • 05 Responsive & Adaptive User Interfaces and Apps/118 What does _Responsive_ and _Adaptive_ Mean_.mp417.54MB
  • 05 Responsive & Adaptive User Interfaces and Apps/119 Examples_ Where we could improve the App!.mp427.32MB
  • 05 Responsive & Adaptive User Interfaces and Apps/120 Calculating Sizes Dynamically.mp4104.64MB
  • 05 Responsive & Adaptive User Interfaces and Apps/122 Using the LayoutBuilder Widget.mp475.84MB
  • 05 Responsive & Adaptive User Interfaces and Apps/123 Controlling the Device Orientation.mp431.68MB
  • 05 Responsive & Adaptive User Interfaces and Apps/124 Rendering Alternative Landscape Content - 1.mp436.5MB
  • 05 Responsive & Adaptive User Interfaces and Apps/125 Finishing Landscape Mode.mp422.28MB
  • 05 Responsive & Adaptive User Interfaces and Apps/126 Showing Different Content Based on Device Orientation.mp464.89MB
  • 05 Responsive & Adaptive User Interfaces and Apps/127 Respecting the Softkeyboard Insets.mp424.3MB
  • 05 Responsive & Adaptive User Interfaces and Apps/128 Using the Device Size in Conditions.mp431.71MB
  • 05 Responsive & Adaptive User Interfaces and Apps/129 Managing the MediaQuery Object.mp429.34MB
  • 05 Responsive & Adaptive User Interfaces and Apps/130 Checking the Device Platform.mp442.63MB
  • 05 Responsive & Adaptive User Interfaces and Apps/131 Using Cupertino (iOS) Widgets.mp4166.67MB
  • 05 Responsive & Adaptive User Interfaces and Apps/132 Using the SafeArea.mp412.57MB
  • 05 Responsive & Adaptive User Interfaces and Apps/133 More Cupertino Styles.mp439.3MB
  • 05 Responsive & Adaptive User Interfaces and Apps/134 Using Cupertino Buttons.mp437.52MB
  • 05 Responsive & Adaptive User Interfaces and Apps/135 Creating Custom Adaptive Widgets.mp460.93MB
  • 05 Responsive & Adaptive User Interfaces and Apps/136 Wrap Up.mp422.11MB
  • 06 Widget & Flutter Internals - Deep Dive/138 Module Introduction.mp47.65MB
  • 06 Widget & Flutter Internals - Deep Dive/139 The Problem At Hand.mp419.77MB
  • 06 Widget & Flutter Internals - Deep Dive/140 Widget Tree & Element Tree - What, Why and How_.mp4101.01MB
  • 06 Widget & Flutter Internals - Deep Dive/141 How Flutter Rebuilds & Repaints the Screen.mp452.37MB
  • 06 Widget & Flutter Internals - Deep Dive/142 How Flutter Executes build().mp4120.11MB
  • 06 Widget & Flutter Internals - Deep Dive/143 Using _const_ Widgets & Constructors.mp4156.56MB
  • 06 Widget & Flutter Internals - Deep Dive/144 Writing Good Code.mp413.5MB
  • 06 Widget & Flutter Internals - Deep Dive/145 Extracting Widgets.mp483.52MB
  • 06 Widget & Flutter Internals - Deep Dive/146 Using Builder Methods.mp4136.96MB
  • 06 Widget & Flutter Internals - Deep Dive/147 [assignment] Time to Practice_ Builder Methods.mp45.66MB
  • 06 Widget & Flutter Internals - Deep Dive/147 [assignment_solution] Time to Practice_ Builder Methods.mp424.38MB
  • 06 Widget & Flutter Internals - Deep Dive/147 Understanding the Widget Lifecycle.mp499.3MB
  • 06 Widget & Flutter Internals - Deep Dive/149 Understanding the App Lifecycle.mp472.86MB
  • 06 Widget & Flutter Internals - Deep Dive/150 Understanding Context.mp461.57MB
  • 06 Widget & Flutter Internals - Deep Dive/151 A Problem with Lists & Stateful Widgets.mp442.54MB
  • 06 Widget & Flutter Internals - Deep Dive/152 Understanding the Problem Root.mp418.59MB
  • 06 Widget & Flutter Internals - Deep Dive/153 Using Keys.mp4105.87MB
  • 06 Widget & Flutter Internals - Deep Dive/154 Wrap Up.mp410.58MB
  • 07 Navigation & Multiple Screens [MEALS APP]/156 Module Introduction.mp49.07MB
  • 07 Navigation & Multiple Screens [MEALS APP]/157 Planning the App.mp417.7MB
  • 07 Navigation & Multiple Screens [MEALS APP]/158 Starting With The App - Adding Base Data.mp477.84MB
  • 07 Navigation & Multiple Screens [MEALS APP]/159 Creating a Grid & Working with Linear Gradients.mp456.22MB
  • 07 Navigation & Multiple Screens [MEALS APP]/160 Registering a Screen as the Main Screen.mp425.42MB
  • 07 Navigation & Multiple Screens [MEALS APP]/161 Styling & Theming.mp482.14MB
  • 07 Navigation & Multiple Screens [MEALS APP]/162 Navigating to a New Page.mp479.95MB
  • 07 Navigation & Multiple Screens [MEALS APP]/163 Passing Data via the Constructor.mp421.5MB
  • 07 Navigation & Multiple Screens [MEALS APP]/164 Using Named Routes & Passing Data With Named Routes.mp448.42MB
  • 07 Navigation & Multiple Screens [MEALS APP]/165 Diving Deeper into Named Routes.mp422.46MB
  • 07 Navigation & Multiple Screens [MEALS APP]/166 Adding a Meal Model & Data.mp4144.21MB
  • 07 Navigation & Multiple Screens [MEALS APP]/167 Selecting Meals for a Chosen Category.mp443.74MB
  • 07 Navigation & Multiple Screens [MEALS APP]/168 Displaying Recipe Items & Using Network Images.mp4170.17MB
  • 07 Navigation & Multiple Screens [MEALS APP]/169 Finishing the Meal List Item.mp4179.08MB
  • 07 Navigation & Multiple Screens [MEALS APP]/170 Navigating to the Meal Detail Page.mp462.73MB
  • 07 Navigation & Multiple Screens [MEALS APP]/171 onGenerateRoute & onUnknownRoute.mp448.52MB
  • 07 Navigation & Multiple Screens [MEALS APP]/172 Finishing the Meal Detail Page.mp4209.46MB
  • 07 Navigation & Multiple Screens [MEALS APP]/173 Adding a TabBar to the Appbar.mp485.24MB
  • 07 Navigation & Multiple Screens [MEALS APP]/174 Adding a Bottom TabBar.mp4145.97MB
  • 07 Navigation & Multiple Screens [MEALS APP]/175 Adding a Custom Drawer.mp4138.04MB
  • 07 Navigation & Multiple Screens [MEALS APP]/176 Adding Links to the Drawer.mp452.52MB
  • 07 Navigation & Multiple Screens [MEALS APP]/177 Replacing Pages (Instead of Pushing).mp437MB
  • 07 Navigation & Multiple Screens [MEALS APP]/178 Popping Pages & Passing Data Back.mp4151.04MB
  • 07 Navigation & Multiple Screens [MEALS APP]/179 Adding Filter Switches.mp468.63MB
  • 07 Navigation & Multiple Screens [MEALS APP]/180 Adding Filtering Logic.mp4246.6MB
  • 07 Navigation & Multiple Screens [MEALS APP]/181 Adding a _Mark as Favorite_ Feature.mp4240.16MB
  • 07 Navigation & Multiple Screens [MEALS APP]/182 A Problem!.mp419.52MB
  • 07 Navigation & Multiple Screens [MEALS APP]/183 Wrap Up.mp415.57MB
  • 08 State Management [SHOP APP]/185 Module Introduction.mp47.56MB
  • 08 State Management [SHOP APP]/186 Planning the App.mp424.93MB
  • 08 State Management [SHOP APP]/187 Defining a Data Model.mp444.7MB
  • 08 State Management [SHOP APP]/188 Working on the _Products_ Grid & Item Widgets.mp4134.06MB
  • 08 State Management [SHOP APP]/189 Styling & Theming the App.mp442.91MB
  • 08 State Management [SHOP APP]/190 Adding Navigation to the App.mp488.83MB
  • 08 State Management [SHOP APP]/191 Why State Management_ And what is _State_ and _State Management__.mp436.93MB
  • 08 State Management [SHOP APP]/192 Understanding the _Provider_ Package & Approach.mp410.93MB
  • 08 State Management [SHOP APP]/193 Working with Providers & Listeners.mp4233.29MB
  • 08 State Management [SHOP APP]/194 [DART DEEP DIVE] Inheritance (_extends_) vs Mixins (_with_).mp426.35MB
  • 08 State Management [SHOP APP]/196 Listening in Different Places & Ways.mp478.68MB
  • 08 State Management [SHOP APP]/197 Using Nested Models & Providers.mp4182.64MB
  • 08 State Management [SHOP APP]/198 Exploring Alternative Provider Syntaxes.mp450.72MB
  • 08 State Management [SHOP APP]/199 Using _Consumer_ instead of _Provider.of_.mp489.77MB
  • 08 State Management [SHOP APP]/200 Local State vs App-wide State.mp4179.58MB
  • 08 State Management [SHOP APP]/201 Adding Shopping Cart Data.mp465.66MB
  • 08 State Management [SHOP APP]/202 Working with Multiple Providers.mp430.91MB
  • 08 State Management [SHOP APP]/203 Connecting the Cart Provider.mp4132.21MB
  • 08 State Management [SHOP APP]/204 Working on the Shopping Cart & Displaying a Total.mp492.39MB
  • 08 State Management [SHOP APP]/205 Displaying a List of Cart Items.mp4125.15MB
  • 08 State Management [SHOP APP]/206 Making Cart Items Dismissible.mp469.56MB
  • 08 State Management [SHOP APP]/207 Adding Product Detail Data.mp452.09MB
  • 08 State Management [SHOP APP]/208 Providing an Orders Object.mp464.05MB
  • 08 State Management [SHOP APP]/209 Adding Orders.mp420.36MB
  • 08 State Management [SHOP APP]/210 Adding an Orders Screen.mp469.28MB
  • 08 State Management [SHOP APP]/211 Using a Side Drawer.mp447.77MB
  • 08 State Management [SHOP APP]/212 Making Orders Expandable & Stateful Widgets vs Providers.mp4132.02MB
  • 08 State Management [SHOP APP]/213 Wrap Up.mp441.3MB
  • 09 Working with User Input & Forms [SHOP APP]/215 Module Introduction.mp410.41MB
  • 09 Working with User Input & Forms [SHOP APP]/216 Snackbars & Undoing _Add to Cart_ Actions.mp4125.8MB
  • 09 Working with User Input & Forms [SHOP APP]/218 Showing Alert Dialogs.mp483.39MB
  • 09 Working with User Input & Forms [SHOP APP]/219 Adding a _Manage Products_ Page.mp4119.04MB
  • 09 Working with User Input & Forms [SHOP APP]/220 _Edit Product_ Screen & A Problem.mp443.16MB
  • 09 Working with User Input & Forms [SHOP APP]/221 Using Forms & Working with Form Inputs.mp468.85MB
  • 09 Working with User Input & Forms [SHOP APP]/223 Managing Form Input Focus.mp438.06MB
  • 09 Working with User Input & Forms [SHOP APP]/224 Multiline Inputs & Disposing Objects.mp448.12MB
  • 09 Working with User Input & Forms [SHOP APP]/226 Image Input & Image Preview.mp4146.63MB
  • 09 Working with User Input & Forms [SHOP APP]/227 Submitting Forms.mp4137.41MB
  • 09 Working with User Input & Forms [SHOP APP]/228 Validating User Input.mp437.46MB
  • 09 Working with User Input & Forms [SHOP APP]/229 Adding Validation to All Inputs.mp4109.78MB
  • 09 Working with User Input & Forms [SHOP APP]/231 Saving New Products.mp448.41MB
  • 09 Working with User Input & Forms [SHOP APP]/232 Time to Update Products!.mp4204.1MB
  • 09 Working with User Input & Forms [SHOP APP]/233 Allowing Users to Delete Products.mp438.79MB
  • 09 Working with User Input & Forms [SHOP APP]/234 Wrap Up.mp43.51MB
  • 10 Sending Http Requests [SHOP APP]/236 Module Introduction.mp46.24MB
  • 10 Sending Http Requests [SHOP APP]/237 On-Device vs Web Storage.mp414.33MB
  • 10 Sending Http Requests [SHOP APP]/238 How to Connect Flutter to a Database.mp411.32MB
  • 10 Sending Http Requests [SHOP APP]/239 Preparing Our Backend.mp433.58MB
  • 10 Sending Http Requests [SHOP APP]/240 How To Send Http Requests.mp424.5MB
  • 10 Sending Http Requests [SHOP APP]/242 Sending POST Requests.mp4134MB
  • 10 Sending Http Requests [SHOP APP]/243 Working with Futures in Dart.mp486.62MB
  • 10 Sending Http Requests [SHOP APP]/244 [DART DEEP DIVE] Futures & Async Code.mp437.08MB
  • 10 Sending Http Requests [SHOP APP]/245 Showing a Loading Indicator.mp462.58MB
  • 10 Sending Http Requests [SHOP APP]/246 Handling Errors Gracefully.mp4110.01MB
  • 10 Sending Http Requests [SHOP APP]/247 Working with _async_ & _await_.mp477.59MB
  • 10 Sending Http Requests [SHOP APP]/248 Fetching Data, initState & _of(context)_.mp4132.66MB
  • 10 Sending Http Requests [SHOP APP]/249 How to Transform Fetched Data.mp498.47MB
  • 10 Sending Http Requests [SHOP APP]/250 Implementing Pull-to-Refresh.mp455.25MB
  • 10 Sending Http Requests [SHOP APP]/251 Updating Data via PATCH Requests.mp478.65MB
  • 10 Sending Http Requests [SHOP APP]/252 Utilizing Optimistic Updating.mp468.04MB
  • 10 Sending Http Requests [SHOP APP]/253 Creating Custom Exceptions & More Error Handling.mp4120.26MB
  • 10 Sending Http Requests [SHOP APP]/254 A Challenge For You!.mp46.03MB
  • 10 Sending Http Requests [SHOP APP]/255 Updating the _Favorite_ Status Optimistically.mp473.86MB
  • 10 Sending Http Requests [SHOP APP]/256 Storing Orders in the Web.mp4132.72MB
  • 10 Sending Http Requests [SHOP APP]/257 Fetching Orders & Fixing an Issue.mp4192.85MB
  • 10 Sending Http Requests [SHOP APP]/258 Using the _FutureBuilder_ Widget & Improving the Code.mp4124.61MB
  • 10 Sending Http Requests [SHOP APP]/259 Wrap Up.mp433.52MB
  • 11 Adding User Authentication [SHOP APP]/261 Module Introduction.mp45.28MB
  • 11 Adding User Authentication [SHOP APP]/262 How Authentication Works.mp417.08MB
  • 11 Adding User Authentication [SHOP APP]/263 Prepare Backend.mp425.61MB
  • 11 Adding User Authentication [SHOP APP]/264 Adding the Auth Screen.mp4259.88MB
  • 11 Adding User Authentication [SHOP APP]/266 Adding User Signup.mp4155.64MB
  • 11 Adding User Authentication [SHOP APP]/267 Allowing Users to Log In.mp481.67MB
  • 11 Adding User Authentication [SHOP APP]/268 Handling Authentication Errors.mp4104.46MB
  • 11 Adding User Authentication [SHOP APP]/269 Managing the Auth Token Locally (in the App).mp496.2MB
  • 11 Adding User Authentication [SHOP APP]/270 Using the _ProxyProvider_ and Attaching the Token to Outgoing Http Requests.mp478.6MB
  • 11 Adding User Authentication [SHOP APP]/271 Adding the Token to All Requests.mp466.74MB
  • 11 Adding User Authentication [SHOP APP]/272 Connecting the _Favorite_ Status to Users.mp4122.84MB
  • 11 Adding User Authentication [SHOP APP]/273 Attaching Products to Users & Filtering By Creator.mp4109.53MB
  • 11 Adding User Authentication [SHOP APP]/274 Attaching Orders to Users.mp422.86MB
  • 11 Adding User Authentication [SHOP APP]/275 Adding a Logout Functionality.mp447.8MB
  • 11 Adding User Authentication [SHOP APP]/276 Automatically Logging Users Out (After Some Time).mp443.16MB
  • 11 Adding User Authentication [SHOP APP]/277 Automatically Logging Users In.mp4149.76MB
  • 11 Adding User Authentication [SHOP APP]/278 Wrap Up.mp414.97MB
  • 12 Adding Animations [SHOP APP]/280 Module Introduction.mp44.5MB
  • 12 Adding Animations [SHOP APP]/281 Animations From Scratch (Completely Manually Controlled).mp4192.85MB
  • 12 Adding Animations [SHOP APP]/282 Using the _AnimatedBuilder_ Widget.mp448.98MB
  • 12 Adding Animations [SHOP APP]/283 Working with the _AnimatedContainer_.mp434.18MB
  • 12 Adding Animations [SHOP APP]/284 More Built-in Animation & Transition Widgets.mp4113.65MB
  • 12 Adding Animations [SHOP APP]/285 Fading Loaded Images In (And Showing a Placeholder).mp440.91MB
  • 12 Adding Animations [SHOP APP]/286 Adding a _Hero_ Transition.mp419.94MB
  • 12 Adding Animations [SHOP APP]/287 Working with Slivers.mp485.66MB
  • 12 Adding Animations [SHOP APP]/288 Practice_ Animating Order Boxes.mp432.27MB
  • 12 Adding Animations [SHOP APP]/290 Implementing Custom Route Transitions.mp4110.11MB
  • 12 Adding Animations [SHOP APP]/291 Wrap Up.mp49.31MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/293 Module Introduction.mp44.94MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/294 Planning the App.mp410.93MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/295 PlaceList & Place Provider Setup.mp4178.77MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/296 Adding the _Add Place_ Screen & An Image Input.mp4184.19MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/297 Using Image Picker & The Device Camera.mp4190.24MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/298 Storing the Image on the Filesystem (on the Device).mp4122.01MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/299 Managing Data & Images via the Provider Package.mp4130.63MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/300 Handling Errors.mp415.95MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/301 Testing on Real Devices.mp431.39MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/302 Preparing SQLite.mp4166.13MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/303 Storing & Fetching Data with SQLite.mp4181.24MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/304 Adding a Location Input & The _location_ Package.mp4112.69MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/305 Fetching the User Coordinates.mp421.94MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/306 Displaying a Static Map Snapshot.mp463.34MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/307 Rendering a Dynamic Map (via Google Maps).mp4192.45MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/308 Allowing Users to Pick a Location on the Map.mp4118.32MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/309 Storing the Location in SQLite.mp4214.53MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/310 Adding a _Place Detail_ Screen & Opening the Map in _readonly_ Mode.mp498.84MB
  • 13 Using Native Device Features (Camera, Maps, Location, ...) [GREAT PLACES APP]/311 Wrap Up.mp414.65MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/313 Module Introduction.mp47.52MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/314 What is Firebase_.mp413.65MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/315 Creating a New App.mp453.14MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/316 Getting Started with Firebase.mp4128.11MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/318 Getting Started with Flutter & the Firebase SDK.mp4132.65MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/320 Rendering Stream Data with StreamBuilder.mp457.31MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/321 Adding Data.mp418.75MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/322 A Basic Authentication Screen.mp488.19MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/323 Adding an App Theme.mp448.39MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/324 Creating an Authentication Form.mp4167.48MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/325 Connecting Auth Form & Auth Screen.mp437.5MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/327 Implementing Authentication.mp4159.91MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/328 Storing Extra User Data.mp489.8MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/329 Finishing Authentication & Logout.mp464.13MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/330 Adding Firebase Security Rules.mp460.02MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/331 Listening to Chat Messages.mp445.24MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/332 Sending & Ordering Chat Messages.mp4134.97MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/333 Creating a Basic Chat Bubble Widget.mp449.99MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/334 Improving the Chat Bubbles.mp4187.07MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/335 Testing on Multiple Devices.mp446.27MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/336 Displaying User Names.mp4143.24MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/338 Adding an Image Picker.mp4171.94MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/339 Preparing File Upload & Validating Images.mp491.22MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/340 Uploading Images.mp4121.27MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/341 Improving Image Upload.mp440.84MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/342 Running on a Real iOS Device.mp417.2MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/343 Displaying User Images.mp4147.49MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/344 How Push Notifications Work.mp422.11MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/346 An Introduction to Firebase Cloud Messaging.mp474.88MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/347 Android & Push Notifications.mp4115.73MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/348 iOS & Push Notifications.mp4224.97MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/349 Handling Push Notifications.mp4210.08MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/350 Getting Started with Firebase Cloud Functions.mp472.76MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/352 Setting a Firestore Trigger.mp4104.07MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/353 Sending Automated Push Notifications.mp4110.58MB
  • 14 Firebase, Image Upload, Push Notifications - Building a Chat App/354 Polishing & Wrap Up.mp488.83MB
  • 15 Running Native Swift, ObjectiveC, Java or Kotlin Code/357 Module Introduction.mp44.29MB
  • 15 Running Native Swift, ObjectiveC, Java or Kotlin Code/359 Sending a Method Call from Flutter.mp498.22MB
  • 15 Running Native Swift, ObjectiveC, Java or Kotlin Code/360 Running Android Code.mp4174.42MB
  • 15 Running Native Swift, ObjectiveC, Java or Kotlin Code/361 Running iOS Code.mp4139.84MB
  • 15 Running Native Swift, ObjectiveC, Java or Kotlin Code/362 Wrap Up.mp46.76MB
  • 16 Publishing to the App Stores/364 Module Introduction.mp45.05MB
  • 16 Publishing to the App Stores/365 Preparing the Code.mp415.35MB
  • 16 Publishing to the App Stores/366 Preparing the App Configuration.mp447.95MB
  • 16 Publishing to the App Stores/367 Preparing Third-Party Services.mp48.45MB
  • 16 Publishing to the App Stores/368 Adding Icons & Splash Screens.mp4112.07MB
  • 16 Publishing to the App Stores/369 Publishing Android Apps.mp4103.78MB
  • 16 Publishing to the App Stores/370 Publishing iOS Apps.mp481.84MB
  • 17 Roundup & Next Steps/372 You did it!.mp429.02MB
  • 17 Roundup & Next Steps/373 Your Next Steps (To Become an Awesome Developer!).mp411.38MB
  • 17 Roundup & Next Steps/374 How to Plan & Develop Successful Apps.mp432.77MB
  • 18 Flutter 2 Update/375 Flutter 2 - What's New_ What's The Impact On This Course_.mp4142.88MB
  • 18 Flutter 2 Update/376 _Old_ vs _New_ Button Widgets.mp489.45MB