Torrent Info
Title Flutter & Dart - The Complete Guide [2021 Edition]
Category
Size 22.12GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
[TGx]Downloaded from torrentgalaxy.to .txt 585B
0 22B
001 Introduction.en_US.srt 2.66KB
001 Introduction.mp4 38.48MB
002 What is Flutter_.en_US.srt 8.20KB
002 What is Flutter_.mp4 11.68MB
003 Join our Online Learning Community.html 1.20KB
004 Understanding the Flutter Architecture.en_US.srt 6.97KB
004 Understanding the Flutter Architecture.mp4 10.20MB
005 How Flutter & Dart Code Gets Compiled To Native Apps.en_US.srt 4.33KB
005 How Flutter & Dart Code Gets Compiled To Native Apps.mp4 6.28MB
006 Understanding Flutter Versions.en_US.srt 4.08KB
006 Understanding Flutter Versions.mp4 7.13MB
007 Flutter macOS Setup.en_US.srt 32.86KB
007 Flutter macOS Setup.mp4 429.47MB
008 macOS Development Environment.en_US.srt 5.28KB
008 macOS Development Environment.mp4 49.70MB
009 Android Licenses & XMLSchema Error.html 2.15KB
010 Flutter Windows Setup.en_US.srt 49.36KB
010 Flutter Windows Setup.mp4 393.87MB
010 Windows-SDK-Download.txt 68B
011 Windows Development Environment.en_US.srt 4.60KB
011 Windows Development Environment.mp4 35.05MB
012 Flutter & Material Design.en_US.srt 1.77KB
012 Flutter & Material Design.mp4 2.62MB
013 Flutter Alternatives.en_US.srt 8.43KB
013 Flutter Alternatives.mp4 17.98MB
014 Course Outline.en_US.srt 9.41KB
014 Course Outline.mp4 15.98MB
015 How To Get The Most Out Of The Course.en_US.srt 3.95KB
015 How To Get The Most Out Of The Course.mp4 5.10MB
016 Useful Resources & Links.html 1.73KB
017 Module Introduction.en_US.srt 3.23KB
017 Module Introduction.mp4 8.50MB
018 Creating a New Project.en_US.srt 17.11KB
018 Creating a New Project.mp4 64.55MB
019 An Overview of the Generated Files & Folders.en_US.srt 11.18KB
019 An Overview of the Generated Files & Folders.mp4 52.44MB
020 More on Git (Version Control System).html 1.55KB
021 Analyzing the Default App.en_US.srt 7.29KB
021 Analyzing the Default App.mp4 58.09MB
022 Dart Basics.en_US.srt 22.70KB
022 Dart Basics.mp4 46.14MB
023 dart-overview.pdf 112.96KB
023 dart-overview-slide.pdf 88.84KB
023 More Dart Basics.en_US.srt 17.25KB
023 More Dart Basics.mp4 39.60MB
024 Dart Basics - Summary.html 9.64KB
024 dart-overview.pdf 112.96KB
025 [quiz] Dart Fundamentals.html 15.18KB
025 Building an App From Scratch.en_US.srt 14.43KB
025 Building an App From Scratch.mp4 79.99MB
026 Running the App on an Emulator.en_US.srt 4.46KB
026 Running the App on an Emulator.mp4 18.18MB
027 Class Constructors & Named Arguments.en_US.srt 10.70KB
027 Class Constructors & Named Arguments.mp4 36.63MB
028 First Summary & Additional Syntax.en_US.srt 11.02KB
028 First Summary & Additional Syntax.mp4 53.51MB
029 [quiz] Flutter App Basics.html 7.37KB
029 basics-01-building-a-widget-tree.zip 39.57KB
029 Building a Widget Tree.en_US.srt 9.88KB
029 Building a Widget Tree.mp4 84.52MB
030 flutter-widget-types-slide.pdf 76.34KB
030 Visible (Input _ Output) & Invisible (Layout _ Control) Widgets.en_US.srt 4.14KB
030 Visible (Input _ Output) & Invisible (Layout _ Control) Widgets.mp4 15.96MB
031 Adding Layout Widgets.en_US.srt 14.67KB
031 Adding Layout Widgets.mp4 74.83MB
031 flutter-old-and-new-buttons.pdf 38.94KB
032 [quiz] Widget Basics.html 13.45KB
032 Connecting Functions & Buttons.en_US.srt 9.72KB
032 Connecting Functions & Buttons.mp4 55.15MB
033 Anonymous Functions.en_US.srt 4.49KB
033 Anonymous Functions.mp4 23.73MB
033 basics-02-column-raisedbutton-anonymous-functions.zip 40.14KB
034 basics-03-incorrect-stateless-widget.zip 39.86KB
034 Updating Widget Data (Or_ Using StatelessWidget Incorrectly).en_US.srt 8.47KB
034 Updating Widget Data (Or_ Using StatelessWidget Incorrectly).mp4 47.89MB
035 [DART DEEP DIVE] Understanding Lists.html 3.51KB
036 flutter-stateless-stateful-widgets-slide.pdf 73.85KB
036 Updating Correctly with Stateful Widgets.en_US.srt 14.98KB
036 Updating Correctly with Stateful Widgets.mp4 62.82MB
037 [quiz] Stateful & Stateless Widgets.html 7.81KB
037 A Brief Look Under The Hood.en_US.srt 3.27KB
037 A Brief Look Under The Hood.mp4 14.91MB
038 basics-04-stateful-widget-private-properties.zip 40.11KB
038 Using Private Properties.en_US.srt 6.60KB
038 Using Private Properties.mp4 33.56MB
039 Creating a New, Custom Widget.en_US.srt 15.74KB
039 Creating a New, Custom Widget.mp4 79.73MB
040 basics-05-custom-stateless-widget.zip 40.72KB
040 First Styling & Layouting Steps.en_US.srt 10.56KB
040 First Styling & Layouting Steps.mp4 49.30MB
041 Enums & Multiple Constructors.en_US.srt 4.95KB
041 Enums & Multiple Constructors.mp4 28.68MB
042 Official Docs & The Widget Catalog.en_US.srt 3.53KB
042 Official Docs & The Widget Catalog.mp4 31.32MB
043 Styling Buttons.html 2.19KB
044 Passing Callback Functions Around.en_US.srt 13.81KB
044 Passing Callback Functions Around.mp4 107.11MB
045 Introducing Maps.en_US.srt 7.18KB
045 Introducing Maps.mp4 36.07MB
046 basics-06-added-answer-mapping.zip 41.56KB
046 Mapping Lists to Widgets.en_US.srt 13.27KB
046 Mapping Lists to Widgets.mp4 77.63MB
047 basics-07-final-const.zip 41.34KB
047 final vs const.en_US.srt 14.35KB
047 final vs const.mp4 70.13MB
048 [quiz] Advanced Flutter & Dart Basics.html 14.55KB
048 basics-08-added-if-and-ternary-expression.zip 42.06KB
048 Introducing _if_ Statements.en_US.srt 8.78KB
048 Introducing _if_ Statements.mp4 52.96MB
049 [DART DEEP DIVE] More on _if_ Statements.en_US.srt 15.51KB
049 [DART DEEP DIVE] More on _if_ Statements.mp4 37.59MB
050 [DART DEEP DIVE] The _null_ Value.en_US.srt 2.56KB
050 [DART DEEP DIVE] The _null_ Value.mp4 5.04MB
051 basics-08-added-if-and-ternary-expression.zip 42.06KB
051 Outputting Widgets Conditionally.en_US.srt 3.23KB
051 Outputting Widgets Conditionally.mp4 18.45MB
052 basics-09-splitting-into-widgets.zip 43.37KB
052 Splitting the App Into Widgets.en_US.srt 11.95KB
052 Splitting the App Into Widgets.mp4 70.91MB
053 Calculating a Total Score.en_US.srt 9.25KB
053 Calculating a Total Score.mp4 54.93MB
053 questions.txt 758B
054 Getters & _else-if_.en_US.srt 7.98KB
054 Getters & _else-if_.mp4 37.32MB
055 basics-10-finished.zip 43.21KB
055 Resetting the Quiz.en_US.srt 13.13KB
055 Resetting the Quiz.mp4 73.71MB
056 _Old_ Button Widgets vs _New_ Button Widgets.en_US.srt 20.98KB
056 _Old_ Button Widgets vs _New_ Button Widgets.mp4 93.92MB
056 Migrating-to-the-New-Material-Buttons-and-their-Themes.pdf 149.18KB
057 [assignment_file] Time to Practice_ Flutter Basics.zip 5.05KB
057 [assignment_video] Time to Practice_ Flutter Basics.mp4 13.24MB
057 [assignment] Time to Practice_ Flutter Basics.html 2.59KB
057 Wrap Up.en_US.srt 2.45KB
057 Wrap Up.mp4 9.55MB
058 basics-01-building-a-widget-tree.zip 39.57KB
058 basics-02-column-raisedbutton-anonymous-functions.zip 40.14KB
058 basics-03-incorrect-stateless-widget.zip 39.86KB
058 basics-04-stateful-widget-private-properties.zip 40.11KB
058 basics-05-custom-stateless-widget.zip 40.72KB
058 basics-06-added-answer-mapping.zip 41.56KB
058 basics-07-final-const.zip 41.34KB
058 basics-08-added-if-and-ternary-expression.zip 42.06KB
058 basics-09-splitting-into-widgets.zip 43.37KB
058 basics-10-finished.zip 43.21KB
058 dart-basics-summary.pdf 103.01KB
058 flutter-basics-summary.pdf 67.74KB
058 Module Resources.html 1.44KB
058 widgets-basics-cheat-sheet.pdf 52.39KB
059 Module Introduction.en_US.srt 2.48KB
059 Module Introduction.mp4 4.71MB
060 Running the App on a Real Android Device.en_US.srt 5.12KB
060 Running the App on a Real Android Device.mp4 13.11MB
061 Running the App on an iOS Emulator.en_US.srt 7.61KB
061 Running the App on an iOS Emulator.mp4 45.10MB
062 Running the App on a Real iOS Device.en_US.srt 800B
062 Running the App on a Real iOS Device.mp4 9.33MB
063 Working with the Emulators _ Using the Emulators.en_US.srt 2.94KB
063 Working with the Emulators _ Using the Emulators.mp4 7.15MB
064 Understanding Error Messages & Fixing Errors.en_US.srt 7.02KB
064 Understanding Error Messages & Fixing Errors.mp4 54.57MB
065 Using the Debugger.en_US.srt 8.15KB
065 Using the Debugger.mp4 44.48MB
066 Getting Started with the Dart DevTools.en_US.srt 6.35KB
066 Getting Started with the Dart DevTools.mp4 38.61MB
067 Understanding the Repaint Rainbow.en_US.srt 4.24KB
067 Understanding the Repaint Rainbow.mp4 14.16MB
068 Wrapping up the Dart DevTools.en_US.srt 1.97KB
068 Wrapping up the Dart DevTools.mp4 8.72MB
069 debugging-01-finished.zip 43.33KB
069 Useful Resources & Links.html 1.06KB
070 Module Introduction.en_US.srt 4.26KB
070 Module Introduction.mp4 8.20MB
071 An Overview of the Core Flutter Widgets.en_US.srt 12.93KB
071 An Overview of the Core Flutter Widgets.mp4 31.68MB
071 core-widgets-cheat-sheet.pdf 125.15KB
072 Planning the App.en_US.srt 3.10KB
072 Planning the App.mp4 6.12MB
073 Combining Widgets.en_US.srt 12.23KB
073 Combining Widgets.mp4 57.70MB
073 core-widgets-cheat-sheet.pdf 125.15KB
073 main.dart 522B
073 real-apps-02-card-with-container.zip 39.68KB
074 real-apps-03-column-alignment.zip 39.66KB
074 rows-columns-cheat-sheet.pdf 93.34KB
074 Understanding Column Alignment.en_US.srt 8.61KB
074 Understanding Column Alignment.mp4 27.85MB
075 [quiz] Columns & Rows.html 6.97KB
075 Not a Widget_ Adding a Transaction Model & Transaction Data.en_US.srt 10.88KB
075 Not a Widget_ Adding a Transaction Model & Transaction Data.mp4 54.28MB
076 Mapping Data Into Widgets.en_US.srt 4.85KB
076 Mapping Data Into Widgets.mp4 23.95MB
077 Building a Custom List Item.en_US.srt 7.03KB
077 Building a Custom List Item.mp4 23.85MB
078 Styling a Container.en_US.srt 7.03KB
078 Styling a Container.mp4 29.14MB
079 Styling Text.en_US.srt 3.62KB
079 Styling Text.mp4 21.65MB
080 More Styling!.en_US.srt 2.20KB
080 More Styling!.mp4 9.76MB
080 real-apps-04-list-of-transaction-cards.zip 41.04KB
081 [quiz] Styling Time!.html 7.07KB
081 Containers vs Columns vs Rows.en_US.srt 4.62KB
081 Containers vs Columns vs Rows.mp4 10.54MB
082 Using String Interpolation.en_US.srt 7.40KB
082 Using String Interpolation.mp4 30.59MB
083 Installing External Packages & Formatting Dates.en_US.srt 9.90KB
083 Installing External Packages & Formatting Dates.mp4 48.39MB
084 DateFormat Patterns.html 2.83KB
085 Adding Text Input Widgets (TextField).en_US.srt 9.83KB
085 Adding Text Input Widgets (TextField).mp4 80.44MB
085 real-apps-05-textfields-and-button.zip 41.09KB
086 Fetching User Input.en_US.srt 13.02KB
086 Fetching User Input.mp4 130.94MB
086 real-apps-06-user-input-on-every-keystroke.zip 41.36KB
086 real-apps-07-using-texteditingcontroller.zip 41.36KB
087 Splitting the App Into Widgets.en_US.srt 16.28KB
087 Splitting the App Into Widgets.mp4 137.03MB
088 Connecting Widgets & Managing Data _ State.en_US.srt 8.29KB
088 Connecting Widgets & Managing Data _ State.mp4 42.87MB
089 Adding User Transactions to the List.en_US.srt 4.99KB
089 Adding User Transactions to the List.mp4 22.69MB
089 real-apps-08-add-transaction-flow.zip 45.66KB
090 Making the List Scrollable!.en_US.srt 7.83KB
090 Making the List Scrollable!.mp4 35.54MB
090 real-apps-09-scrollable-column.zip 45.56KB
091 real-apps-10-listview-children.zip 45.52KB
091 real-apps-11-listview-builder.zip 45.51KB
091 Working with ListViews.en_US.srt 16.14KB
091 Working with ListViews.mp4 102.16MB
092 [quiz] Lists, Scrolling & Text Input.html 6.96KB
092 Further Input & Output Styling and Configuration.en_US.srt 11.04KB
092 Further Input & Output Styling and Configuration.mp4 80.16MB
093 Adding AppBar Buttons & Floating Action Buttons.en_US.srt 6.22KB
093 Adding AppBar Buttons & Floating Action Buttons.mp4 25.15MB
094 real-apps-12-modal-sheet.zip 44.68KB
094 Showing a Modal Bottom Sheet.en_US.srt 12.48KB
094 Showing a Modal Bottom Sheet.mp4 68.83MB
095 Improving & Styling the Modal Bottom Sheet.en_US.srt 9.25KB
095 Improving & Styling the Modal Bottom Sheet.mp4 61.87MB
096 Configuring & Using Themes.en_US.srt 11.21KB
096 Configuring & Using Themes.mp4 89.19MB
096 real-apps-13-added-theming.zip 44.89KB
097 Custom Fonts & Working with Text Themes.en_US.srt 14.11KB
097 Custom Fonts & Working with Text Themes.mp4 85.78MB
097 fonts.zip 320.09KB
098 [quiz] Theming.html 6.78KB
098 Adding Images to the App.en_US.srt 10.28KB
098 Adding Images to the App.mp4 84.08MB
098 image.zip 12.19KB
098 real-apps-14-added-fonts-and-images.zip 379.79KB
099 chart-sketch.png 777.85KB
099 Planning the Chart Widget.en_US.srt 5.10KB
099 Planning the Chart Widget.mp4 17.37MB
1 17B
10 3B
100 1.84MB
100 Looping Through Lists.en_US.srt 16.49KB
100 Looping Through Lists.mp4 101.34MB
101 6.71KB
101 More on _for_ Loops.html 1.32KB
102 274.72KB
102 Deriving Recent Transactions.en_US.srt 9.20KB
102 Deriving Recent Transactions.mp4 82.24MB
102 Double-Decimal-Place-Precision.txt 33B
103 422.34KB
103 Creating Bars for our Chart.en_US.srt 12.80KB
103 Creating Bars for our Chart.mp4 81.35MB
104 705.30KB
104 Populating the Chart with Values.en_US.srt 8.18KB
104 Populating the Chart with Values.mp4 44.50MB
105 1.26MB
105 Finishing the Chart Bars.en_US.srt 6.52KB
105 Finishing the Chart Bars.mp4 51.77MB
105 real-apps-15-chart-and-chartbars.zip 382.80KB
106 90.79KB
106 Flexible & Expanded_ Deep Dive.en_US.srt 14.23KB
106 Flexible & Expanded_ Deep Dive.mp4 63.14MB
106 widget-playground-finished.zip 5.16KB
106 widget-playground-start.zip 5.04KB
107 208.33KB
107 Adding a ListTile Widget.en_US.srt 6.22KB
107 Adding a ListTile Widget.mp4 38.93MB
107 real-apps-16-added-listtile.zip 382.18KB
108 376.54KB
108 Improving the Overall Chart.en_US.srt 3.97KB
108 Improving the Overall Chart.mp4 13.63MB
109 847.88KB
109 Widgets & Configuring Widgets - Summary _ Overview.en_US.srt 7.02KB
109 Widgets & Configuring Widgets - Summary _ Overview.mp4 53.35MB
11 3B
110 1.19MB
110 Getting Started with Date Selection.en_US.srt 6.63KB
110 Getting Started with Date Selection.mp4 37.30MB
111 1.73MB
111 Showing a DatePicker.en_US.srt 14.62KB
111 Showing a DatePicker.mp4 135.89MB
112 1.39KB
112 Adding Transactions with a Date.en_US.srt 3.99KB
112 Adding Transactions with a Date.mp4 16.03MB
112 real-apps-17-date-input-and-picker.zip 382.39KB
113 326.02KB
113 Deleting Transactions & Using IconButtons.en_US.srt 9.10KB
113 Deleting Transactions & Using IconButtons.mp4 75.64MB
114 373.57KB
114 Final Polishing!.en_US.srt 7.12KB
114 Final Polishing!.mp4 58.80MB
114 real-apps-18-finished.zip 381.23KB
115 409.26KB
115 Wrap Up.en_US.srt 5.18KB
115 Wrap Up.mp4 31.58MB
116 1.17MB
116 real-apps-01-starting-setup.zip 39.51KB
116 real-apps-02-card-with-container.zip 39.68KB
116 real-apps-03-column-alignment.zip 39.66KB
116 real-apps-04-list-of-transaction-cards.zip 41.04KB
116 real-apps-05-textfields-and-button.zip 41.09KB
116 real-apps-06-user-input-on-every-keystroke.zip 41.36KB
116 real-apps-07-using-texteditingcontroller.zip 41.36KB
116 real-apps-08-add-transaction-flow.zip 45.66KB
116 real-apps-09-scrollable-column.zip 45.56KB
116 real-apps-10-listview-children.zip 45.52KB
116 real-apps-11-listview-builder.zip 45.51KB
116 real-apps-12-modal-sheet.zip 44.68KB
116 real-apps-13-added-theming.zip 44.89KB
116 real-apps-14-added-fonts-and-images.zip 379.79KB
116 real-apps-15-chart-and-chartbars.zip 382.80KB
116 real-apps-16-added-listtile.zip 382.18KB
116 real-apps-17-date-input-and-picker.zip 382.39KB
116 real-apps-18-finished.zip 381.23KB
116 Useful Resources & Links.html 1.69KB
117 301.40KB
117 Module Introduction.en_US.srt 2.06KB
117 Module Introduction.mp4 3.78MB
118 1.46MB
118 responsive-adaptive.pdf 92.62KB
118 What does _Responsive_ and _Adaptive_ Mean_.en_US.srt 7.58KB
118 What does _Responsive_ and _Adaptive_ Mean_.mp4 12.06MB
119 1.50MB
119 Examples_ Where we could improve the App!.en_US.srt 3.81KB
119 Examples_ Where we could improve the App!.mp4 24.55MB
12 14B
120 1.09MB
120 Calculating Sizes Dynamically.en_US.srt 11.50KB
120 Calculating Sizes Dynamically.mp4 96.24MB
120 resp-01-dynamically-calculated-widgets.zip 383.08KB
121 1.21MB
121 Working with the _textScaleFactor_.html 1.82KB
122 1.51MB
122 Using the LayoutBuilder Widget.en_US.srt 9.47KB
122 Using the LayoutBuilder Widget.mp4 68.79MB
123 1.73MB
123 [quiz] Responsiveness.html 7.01KB
123 Controlling the Device Orientation.en_US.srt 5.16KB
123 Controlling the Device Orientation.mp4 27.85MB
124 1.87MB
124 Rendering Alternative Landscape Content - 1.en_US.srt 5.75KB
124 Rendering Alternative Landscape Content - 1.mp4 32.17MB
125 1.17MB
125 Finishing Landscape Mode.en_US.srt 3.63KB
125 Finishing Landscape Mode.mp4 19.54MB
126 1.21MB
126 resp-02-different-uis-based-on-orientation.zip 383.79KB
126 Showing Different Content Based on Device Orientation.en_US.srt 6.82KB
126 Showing Different Content Based on Device Orientation.mp4 59.80MB
127 281.72KB
127 An-Improved-ModalBottomSheet.txt 37B
127 resp-03-respect-keyboard.zip 382.06KB
127 Respecting the Softkeyboard Insets.en_US.srt 4.43KB
127 Respecting the Softkeyboard Insets.mp4 20.91MB
128 1.08MB
128 resp-04-width-check-in-condition.zip 382.89KB
128 Using the Device Size in Conditions.en_US.srt 5.35KB
128 Using the Device Size in Conditions.mp4 40.30MB
129 1.86MB
129 Managing the MediaQuery Object.en_US.srt 2.76KB
129 Managing the MediaQuery Object.mp4 27.45MB
13 26B
130 1.45MB
130 Checking the Device Platform.en_US.srt 7.49KB
130 Checking the Device Platform.mp4 32.09MB
130 resp-05-adaptive-widget-and-platform-check.zip 383.97KB
131 1.90MB
131 Using Cupertino (iOS) Widgets.en_US.srt 10.88KB
131 Using Cupertino (iOS) Widgets.mp4 158.67MB
132 387.55KB
132 Using the SafeArea.en_US.srt 2.23KB
132 Using the SafeArea.mp4 11.05MB
133 875.69KB
133 More Cupertino Styles.en_US.srt 533B
133 More Cupertino Styles.mp4 36.80MB
133 resp-06-cupertino-widgets.zip 382.44KB
134 1.18MB
134 Using Cupertino Buttons.en_US.srt 4.05KB
134 Using Cupertino Buttons.mp4 24.41MB
135 133.79KB
135 Creating Custom Adaptive Widgets.en_US.srt 6.19KB
135 Creating Custom Adaptive Widgets.mp4 56.30MB
135 resp-07-finished.zip 382.47KB
136 205.94KB
136 [quiz] Adaptive Widgets.html 6.60KB
136 Wrap Up.en_US.srt 2.35KB
136 Wrap Up.mp4 20.53MB
137 489.72KB
137 resp-01-dynamically-calculated-widgets.zip 383.08KB
137 resp-02-different-uis-based-on-orientation.zip 383.79KB
137 resp-03-respect-keyboard.zip 382.06KB
137 resp-04-width-check-in-condition.zip 382.89KB
137 resp-05-adaptive-widget-and-platform-check.zip 383.97KB
137 resp-06-cupertino-widgets.zip 382.44KB
137 resp-07-finished.zip 382.47KB
137 Useful Resources & Links.html 1.68KB
138 556.15KB
138 Module Introduction.en_US.srt 3.12KB
138 Module Introduction.mp4 5.32MB
139 1.03MB
139 The Problem At Hand.en_US.srt 3.87KB
139 The Problem At Hand.mp4 16.79MB
14 24B
140 1.14MB
140 widget-and-element-tree.pdf 72.96KB
140 Widget Tree & Element Tree - What, Why and How_.en_US.srt 14.38KB
140 Widget Tree & Element Tree - What, Why and How_.mp4 90.95MB
141 1.40MB
141 How Flutter Rebuilds & Repaints the Screen.en_US.srt 10.64KB
141 How Flutter Rebuilds & Repaints the Screen.mp4 44.44MB
141 Inside-Flutter-Official-Docs.txt 50B
141 widget-element-tree.png 1.31MB
142 205.08KB
142 How Flutter Executes build().en_US.srt 12.14KB
142 How Flutter Executes build().mp4 77.17MB
143 1.12MB
143 deep-dive-01-flutter-build-const.zip 384.20KB
143 Using _const_ Widgets & Constructors.en_US.srt 14.70KB
143 Using _const_ Widgets & Constructors.mp4 146.24MB
144 1.20MB
144 [quiz] Widgets, Elements, build().html 8.67KB
144 Writing Good Code.en_US.srt 5.24KB
144 Writing Good Code.mp4 9.83MB
145 1.91MB
145 Extracting Widgets.en_US.srt 8.04KB
145 Extracting Widgets.mp4 77.91MB
146 299.73KB
146 deep-dive-02-builder-methods.zip 384.77KB
146 Using Builder Methods.en_US.srt 13.23KB
146 Using Builder Methods.mp4 127.52MB
147 305.80KB
147 [assignment_video] Time to Practice_ Builder Methods.mp4 5.28MB
147 [assignment] Time to Practice_ Builder Methods.html 2.05KB
147 deep-dive-03-widget-lifecycle.zip 384.98KB
147 Understanding the Widget Lifecycle.en_US.srt 17.37KB
147 Understanding the Widget Lifecycle.mp4 60.86MB
147 widget-lifecycle.pdf 69.88KB
148 389.07KB
148 Calling super.initState() etc..html 2.31KB
149 866.90KB
149 app-lifecycle.pdf 69.96KB
149 deep-dive-04-app-lifecycle.zip 384.75KB
149 Understanding the App Lifecycle.en_US.srt 11.81KB
149 Understanding the App Lifecycle.mp4 64.10MB
15 2B
150 1.49MB
150 context.pdf 74.24KB
150 More-on-InheritedWidget-Context.txt 44B
150 Understanding Context.en_US.srt 8.69KB
150 Understanding Context.mp4 55.30MB
151 1.70MB
151 A Problem with Lists & Stateful Widgets.en_US.srt 6.93KB
151 A Problem with Lists & Stateful Widgets.mp4 37.47MB
152 1.87MB
152 listview-keys.png 1.02MB
152 Understanding the Problem Root.en_US.srt 6.07KB
152 Understanding the Problem Root.mp4 13.94MB
153 3.77KB
153 deep-dive-05-finished.zip 384.36KB
153 More-on-Initializer-Lists.txt 64B
153 More-on-Keys-in-Flutter.txt 44B
153 Using Keys.en_US.srt 13.81KB
153 Using Keys.mp4 95.75MB
154 338.78KB
154 [quiz] Keys, Lists, Stateful Widgets.html 6.83KB
154 Wrap Up.en_US.srt 2.25KB
154 Wrap Up.mp4 8.07MB
155 713.40KB
155 deep-dive-01-flutter-build-const.zip 384.20KB
155 deep-dive-02-builder-methods.zip 384.77KB
155 deep-dive-03-widget-lifecycle.zip 384.98KB
155 deep-dive-04-app-lifecycle.zip 384.75KB
155 deep-dive-05-finished.zip 384.36KB
155 Useful Resources & Links.html 1.79KB
156 874.96KB
156 Module Introduction.en_US.srt 3.03KB
156 Module Introduction.mp4 5.78MB
157 1.07MB
157 meals-app-sketch.png 1.23MB
157 Planning the App.en_US.srt 5.31KB
157 Planning the App.mp4 13.35MB
158 1.43MB
158 dummy-data.dart 909B
158 nav-01-starting-setup.zip 39.40KB
158 Starting With The App - Adding Base Data.en_US.srt 14.26KB
158 Starting With The App - Adding Base Data.mp4 72.50MB
159 1.72MB
159 Creating a Grid & Working with Linear Gradients.en_US.srt 9.81KB
159 Creating a Grid & Working with Linear Gradients.mp4 49.10MB
16 59B
160 497.55KB
160 nav-02-categories-and-categories-screen.zip 44.31KB
160 Registering a Screen as the Main Screen.en_US.srt 4.15KB
160 Registering a Screen as the Main Screen.mp4 22.46MB
161 664.92KB
161 fonts.zip 560.06KB
161 nav-03-theme-and-font.zip 605.36KB
161 Styling & Theming.en_US.srt 8.05KB
161 Styling & Theming.mp4 75.68MB
162 1.04MB
162 how-navigation-works.pdf 69.91KB
162 Navigating to a New Page.en_US.srt 13.16KB
162 Navigating to a New Page.mp4 70.49MB
163 1.31MB
163 nav-04-pushing-and-passing-data.zip 607.26KB
163 Passing Data via the Constructor.en_US.srt 3.22KB
163 Passing Data via the Constructor.mp4 19.10MB
164 1.56MB
164 nav-05-named-routes-and-args.zip 607.17KB
164 Using Named Routes & Passing Data With Named Routes.en_US.srt 7.93KB
164 Using Named Routes & Passing Data With Named Routes.mp4 42.19MB
165 31.29KB
165 [quiz] Screens & Navigation.html 13.26KB
165 Diving Deeper into Named Routes.en_US.srt 3.43KB
165 Diving Deeper into Named Routes.mp4 19.92MB
166 233.15KB
166 Adding a Meal Model & Data.en_US.srt 15.33KB
166 Adding a Meal Model & Data.mp4 132.74MB
166 dummy-data.dart 12.01KB
167 433.24KB
167 Selecting Meals for a Chosen Category.en_US.srt 5.75KB
167 Selecting Meals for a Chosen Category.mp4 56.51MB
168 997.75KB
168 Displaying Recipe Items & Using Network Images.en_US.srt 19.25KB
168 Displaying Recipe Items & Using Network Images.mp4 156.36MB
169 1.21MB
169 Finishing the Meal List Item.en_US.srt 18.93KB
169 Finishing the Meal List Item.mp4 164.95MB
169 nav-06-finished-meal-items.zip 614.58KB
17 23B
170 306.24KB
170 nav-07-navigation-to-detail-page.zip 616.29KB
170 Navigating to the Meal Detail Page.en_US.srt 8.65KB
170 Navigating to the Meal Detail Page.mp4 56.00MB
171 717.40KB
171 onGenerateRoute & onUnknownRoute.en_US.srt 6.74KB
171 onGenerateRoute & onUnknownRoute.mp4 43.48MB
172 924.06KB
172 [quiz] More Navigation!.html 6.06KB
172 Finishing the Meal Detail Page.en_US.srt 21.30KB
172 Finishing the Meal Detail Page.mp4 193.36MB
172 nav-08-recipe-detail-page.zip 616.21KB
173 1.06MB
173 Adding a TabBar to the Appbar.en_US.srt 12.75KB
173 Adding a TabBar to the Appbar.mp4 75.60MB
173 nav-09-appbar-tabs.zip 617.16KB
174 1.10MB
174 Adding a Bottom TabBar.en_US.srt 16.14KB
174 Adding a Bottom TabBar.mp4 133.98MB
174 nav-10-bottom-tabs.zip 617.30KB
175 1.61MB
175 Adding a Custom Drawer.en_US.srt 15.71KB
175 Adding a Custom Drawer.mp4 126.50MB
176 107.62KB
176 Adding Links to the Drawer.en_US.srt 4.52KB
176 Adding Links to the Drawer.mp4 48.90MB
176 nav-11-drawer.zip 617.81KB
177 1.86MB
177 [quiz] Tabs & Drawers!.html 5.56KB
177 nav-12-replacing-screens.zip 620.13KB
177 Replacing Pages (Instead of Pushing).en_US.srt 5.66KB
177 Replacing Pages (Instead of Pushing).mp4 32.96MB
178 413.50KB
178 nav-13-passing-data-back.zip 620.42KB
178 Popping Pages & Passing Data Back.en_US.srt 19.82KB
178 Popping Pages & Passing Data Back.mp4 194.08MB
179 915.50KB
179 [quiz] Replacing, Popping & Data.html 7.33KB
179 Adding Filter Switches.en_US.srt 9.05KB
179 Adding Filter Switches.mp4 60.97MB
18 19B
180 924.37KB
180 Adding Filtering Logic.en_US.srt 19.08KB
180 Adding Filtering Logic.mp4 231.77MB
181 1.03MB
181 Adding a _Mark as Favorite_ Feature.en_US.srt 23.49KB
181 Adding a _Mark as Favorite_ Feature.mp4 221.89MB
182 1.50MB
182 A Problem!.en_US.srt 2.98KB
182 A Problem!.mp4 24.88MB
182 nav-14-finished.zip 620.62KB
183 1.52MB
183 Wrap Up.en_US.srt 3.59KB
183 Wrap Up.mp4 14.50MB
184 1.56MB
184 nav-01-starting-setup.zip 39.40KB
184 nav-02-categories-and-categories-screen.zip 44.31KB
184 nav-03-theme-and-font.zip 605.36KB
184 nav-04-pushing-and-passing-data.zip 607.26KB
184 nav-05-named-routes-and-args.zip 607.17KB
184 nav-06-finished-meal-items.zip 614.58KB
184 nav-07-navigation-to-detail-page.zip 616.29KB
184 nav-08-recipe-detail-page.zip 616.21KB
184 nav-09-appbar-tabs.zip 617.16KB
184 nav-10-bottom-tabs.zip 617.30KB
184 nav-11-drawer.zip 617.81KB
184 nav-12-replacing-screens.zip 620.13KB
184 nav-13-passing-data-back.zip 620.42KB
184 nav-14-finished.zip 620.62KB
184 Useful Resources & Links.html 1.15KB
185 1.73MB
185 Module Introduction.en_US.srt 2.88KB
185 Module Introduction.mp4 5.55MB
186 168.04KB
186 Planning the App.en_US.srt 8.88KB
186 Planning the App.mp4 18.54MB
186 shop-app-sketch.png 1.03MB
187 529.50KB
187 Defining a Data Model.en_US.srt 8.12KB
187 Defining a Data Model.mp4 36.94MB
187 state-01-starting-setup.zip 39.41KB
188 1.13MB
188 products.txt 1.04KB
188 Working on the _Products_ Grid & Item Widgets.en_US.srt 20.09KB
188 Working on the _Products_ Grid & Item Widgets.mp4 118.98MB
189 1.48MB
189 fonts.zip 107.50KB
189 Styling & Theming the App.en_US.srt 6.18KB
189 Styling & Theming the App.mp4 38.10MB
19 4B
190 1.54MB
190 Adding Navigation to the App.en_US.srt 12.33KB
190 Adding Navigation to the App.mp4 79.31MB
190 state-02-detail-screen.zip 154.46KB
191 1.58MB
191 state-and-state-management.pdf 77.49KB
191 Why State Management_ And what is _State_ and _State Management__.en_US.srt 8.79KB
191 Why State Management_ And what is _State_ and _State Management__.mp4 30.88MB
192 1.81MB
192 provider-package.pdf 72.57KB
192 Understanding the _Provider_ Package & Approach.en_US.srt 3.63KB
192 Understanding the _Provider_ Package & Approach.mp4 8.21MB
193 1.38MB
193 Working with Providers & Listeners.en_US.srt 26.71KB
193 Working with Providers & Listeners.mp4 214.06MB
194 1.70MB
194 [DART DEEP DIVE] Inheritance (_extends_) vs Mixins (_with_).en_US.srt 8.26KB
194 [DART DEEP DIVE] Inheritance (_extends_) vs Mixins (_with_).mp4 20.46MB
195 413.66KB
195 Providing non-Objects.html 2.16KB
196 1.07MB
196 Listening in Different Places & Ways.en_US.srt 7.16KB
196 Listening in Different Places & Ways.mp4 70.27MB
196 state-03-provider-package.zip 157.23KB
197 1.39MB
197 [quiz] State, State Management & The Provider Package_ Approach.html 8.26KB
197 state-04-provider-with-single-product.zip 157.72KB
197 Using Nested Models & Providers.en_US.srt 17.68KB
197 Using Nested Models & Providers.mp4 169.84MB
198 1.51MB
198 Exploring Alternative Provider Syntaxes.en_US.srt 8.84KB
198 Exploring Alternative Provider Syntaxes.mp4 51.97MB
199 1.52MB
199 state-05-consumer-and-alternative-syntaxes.zip 158.23KB
199 Using _Consumer_ instead of _Provider.of_.en_US.srt 9.48KB
199 Using _Consumer_ instead of _Provider.of_.mp4 83.00MB
2 17B
20 102B
200 1.90MB
200 Local State vs App-wide State.en_US.srt 18.77KB
200 Local State vs App-wide State.mp4 165.17MB
200 state-06-stateful-widget.zip 157.07KB
201 1.94MB
201 Adding Shopping Cart Data.en_US.srt 10.53KB
201 Adding Shopping Cart Data.mp4 57.71MB
202 358.01KB
202 [quiz] More on State Management & The Provider Package.html 8.50KB
202 Working with Multiple Providers.en_US.srt 4.60KB
202 Working with Multiple Providers.mp4 27.56MB
203 424.41KB
203 badge.dart 1.09KB
203 Connecting the Cart Provider.en_US.srt 14.05KB
203 Connecting the Cart Provider.mp4 121.51MB
203 state-07-cart-badge-and-connected-model.zip 160.78KB
204 546.57KB
204 Working on the Shopping Cart & Displaying a Total.en_US.srt 13.89KB
204 Working on the Shopping Cart & Displaying a Total.mp4 81.64MB
205 693.08KB
205 Displaying a List of Cart Items.en_US.srt 13.19KB
205 Displaying a List of Cart Items.mp4 83.11MB
206 718.71KB
206 Making Cart Items Dismissible.en_US.srt 10.70KB
206 Making Cart Items Dismissible.mp4 61.52MB
207 1.06MB
207 Adding Product Detail Data.en_US.srt 5.41KB
207 Adding Product Detail Data.mp4 34.19MB
207 state-08-product-detail-page.zip 162.70KB
208 1.20MB
208 Providing an Orders Object.en_US.srt 9.20KB
208 Providing an Orders Object.mp4 57.15MB
209 1.37MB
209 Adding Orders.en_US.srt 3.13KB
209 Adding Orders.mp4 17.83MB
21 92B
210 1.63MB
210 Adding an Orders Screen.en_US.srt 9.79KB
210 Adding an Orders Screen.mp4 61.80MB
210 state-09-orders-screen.zip 164.97KB
211 1.93MB
211 Using a Side Drawer.en_US.srt 6.87KB
211 Using a Side Drawer.mp4 42.52MB
212 469.10KB
212 Making Orders Expandable & Stateful Widgets vs Providers.en_US.srt 12.53KB
212 Making Orders Expandable & Stateful Widgets vs Providers.mp4 122.32MB
212 state-10-finished.zip 165.78KB
213 558.44KB
213 Wrap Up.en_US.srt 4.36KB
213 Wrap Up.mp4 38.06MB
214 969.56KB
214 state-01-starting-setup.zip 39.41KB
214 state-02-detail-screen.zip 154.46KB
214 state-03-provider-package.zip 157.23KB
214 state-04-provider-with-single-product.zip 157.72KB
214 state-05-consumer-and-alternative-syntaxes.zip 158.23KB
214 state-06-stateful-widget.zip 157.07KB
214 state-07-cart-badge-and-connected-model.zip 160.78KB
214 state-08-product-detail-page.zip 162.70KB
214 state-09-orders-screen.zip 164.97KB
214 state-10-finished.zip 165.78KB
214 state-10-finished-provider-4.zip 171.83KB
214 Useful Resources & Links.html 1.13KB
215 1.81MB
215 Module Introduction.en_US.srt 4.05KB
215 Module Introduction.mp4 7.60MB
216 151.64KB
216 input-01-snackbar.zip 165.97KB
216 Snackbars & Undoing _Add to Cart_ Actions.en_US.srt 13.56KB
216 Snackbars & Undoing _Add to Cart_ Actions.mp4 110.97MB
217 446.28KB
217 Using ScaffoldMessenger for Snackbars.html 984B
218 484.32KB
218 input-02-showdialog.zip 166.40KB
218 Showing Alert Dialogs.en_US.srt 9.09KB
218 Showing Alert Dialogs.mp4 76.81MB
219 1000.49KB
219 Adding a _Manage Products_ Page.en_US.srt 17.32KB
219 Adding a _Manage Products_ Page.mp4 105.93MB
22 225B
220 1.04MB
220 _Edit Product_ Screen & A Problem.en_US.srt 6.51KB
220 _Edit Product_ Screen & A Problem.mp4 38.49MB
220 input-03-empty-edit-product-screen.zip 171.37KB
221 1.83MB
221 Using Forms & Working with Form Inputs.en_US.srt 10.19KB
221 Using Forms & Working with Form Inputs.mp4 61.46MB
222 1.91MB
222 ListView or Column.html 2.12KB
223 326.21KB
223 input-04-managing-focus.zip 170.24KB
223 Managing Form Input Focus.en_US.srt 5.53KB
223 Managing Form Input Focus.mp4 33.85MB
224 351.92KB
224 input-05-description-field.zip 170.71KB
224 Multiline Inputs & Disposing Objects.en_US.srt 5.36KB
224 Multiline Inputs & Disposing Objects.mp4 44.27MB
225 428.68KB
225 Adding an Image Preview.html 1.72KB
226 694.40KB
226 Image Input & Image Preview.en_US.srt 16.27KB
226 Image Input & Image Preview.mp4 134.42MB
226 input-06-image-input.zip 170.21KB
227 1.12MB
227 input-07-submit-form.zip 170.60KB
227 Submitting Forms.en_US.srt 14.92KB
227 Submitting Forms.mp4 77.80MB
228 1.41MB
228 input-08-validation.zip 170.78KB
228 Validating User Input.en_US.srt 5.60KB
228 Validating User Input.mp4 33.53MB
229 604.40KB
229 Adding Validation to All Inputs.en_US.srt 11.22KB
229 Adding Validation to All Inputs.mp4 100.83MB
23 223B
230 876.34KB
230 [OPTIONAL] Working with Regular Expressions.html 2.91KB
231 1.28MB
231 Saving New Products.en_US.srt 4.33KB
231 Saving New Products.mp4 44.97MB
232 1.32MB
232 Time to Update Products!.en_US.srt 19.35KB
232 Time to Update Products!.mp4 189.06MB
233 1.67MB
233 Allowing Users to Delete Products.en_US.srt 4.57KB
233 Allowing Users to Delete Products.mp4 35.45MB
233 input-09-finished.zip 171.15KB
234 58.02KB
234 Wrap Up.en_US.srt 1.12KB
234 Wrap Up.mp4 2.73MB
235 151.40KB
235 input-01-snackbar.zip 165.97KB
235 input-02-showdialog.zip 166.40KB
235 input-03-empty-edit-product-screen.zip 171.37KB
235 input-04-managing-focus.zip 170.24KB
235 input-05-description-field.zip 170.71KB
235 input-06-image-input.zip 170.21KB
235 input-07-submit-form.zip 170.60KB
235 input-08-validation.zip 170.78KB
235 input-09-finished.zip 171.15KB
235 Useful Resources & Links.html 930B
236 155.39KB
236 input-09-finished.zip 171.15KB
236 Module Introduction.en_US.srt 2.55KB
236 Module Introduction.mp4 4.34MB
237 452.35KB
237 On-Device vs Web Storage.en_US.srt 5.37KB
237 On-Device vs Web Storage.mp4 10.48MB
238 561.77KB
238 flutter-web-db-connections.pdf 79.87KB
238 How to Connect Flutter to a Database.en_US.srt 4.74KB
238 How to Connect Flutter to a Database.mp4 7.96MB
239 883.14KB
239 Preparing Our Backend.en_US.srt 6.53KB
239 Preparing Our Backend.mp4 29.41MB
24 100B
240 866.76KB
240 How To Send Http Requests.en_US.srt 8.00KB
240 How To Send Http Requests.mp4 18.93MB
241 1.12MB
241 Using the Http Package.html 1.79KB
242 1.45MB
242 http-01-send-post-without-response.zip 159.83KB
242 Sending POST Requests.en_US.srt 13.93KB
242 Sending POST Requests.mp4 123.88MB
242 Whats-JSON-JavaScript-Object-Notation-.txt 71B
243 1.59MB
243 http-02-use-post-response.zip 159.32KB
243 Working with Futures in Dart.en_US.srt 9.69KB
243 Working with Futures in Dart.mp4 79.59MB
244 48.21KB
244 [DART DEEP DIVE] Futures & Async Code.en_US.srt 12.30KB
244 [DART DEEP DIVE] Futures & Async Code.mp4 28.33MB
245 157.09KB
245 [quiz] Http Requests & Futures.html 11.87KB
245 http-03-loading-spinner.zip 172.21KB
245 Showing a Loading Indicator.en_US.srt 8.82KB
245 Showing a Loading Indicator.mp4 56.13MB
246 278.89KB
246 Handling Errors Gracefully.en_US.srt 16.74KB
246 Handling Errors Gracefully.mp4 98.56MB
246 http-04-error-handling.zip 172.23KB
247 1.27MB
247 http-05-async-await.zip 171.86KB
247 Working with _async_ & _await_.en_US.srt 13.39KB
247 Working with _async_ & _await_.mp4 112.63MB
248 1.31MB
248 Fetching Data, initState & _of(context)_.en_US.srt 11.18KB
248 Fetching Data, initState & _of(context)_.mp4 120.68MB
249 1.42MB
249 How to Transform Fetched Data.en_US.srt 9.96KB
249 How to Transform Fetched Data.mp4 91.45MB
249 http-06-fetch-get-products.zip 173.15KB
25 76B
250 1.54MB
250 http-07-pull-to-refresh.zip 172.83KB
250 Implementing Pull-to-Refresh.en_US.srt 6.82KB
250 Implementing Pull-to-Refresh.mp4 50.79MB
251 356.00KB
251 Updating Data via PATCH Requests.en_US.srt 8.42KB
251 Updating Data via PATCH Requests.mp4 72.54MB
252 1.09MB
252 http-08-delete-and-optimistic-updating.zip 176.71KB
252 More-on-Http-Status-Codes.txt 57B
252 Utilizing Optimistic Updating.en_US.srt 9.80KB
252 Utilizing Optimistic Updating.mp4 60.60MB
253 1.47MB
253 Creating Custom Exceptions & More Error Handling.en_US.srt 11.32KB
253 Creating Custom Exceptions & More Error Handling.mp4 111.91MB
254 1.54MB
254 A Challenge For You!.en_US.srt 2.58KB
254 A Challenge For You!.mp4 4.36MB
255 1.82MB
255 Updating the _Favorite_ Status Optimistically.en_US.srt 8.35KB
255 Updating the _Favorite_ Status Optimistically.mp4 67.72MB
256 86.11KB
256 Storing Orders in the Web.en_US.srt 14.49KB
256 Storing Orders in the Web.mp4 122.00MB
257 282.81KB
257 Fetching Orders & Fixing an Issue.en_US.srt 15.12KB
257 Fetching Orders & Fixing an Issue.mp4 181.41MB
257 http-09-fav-status-and-orders.zip 176.54KB
258 466.80KB
258 http-10-finished.zip 174.75KB
258 Using the _FutureBuilder_ Widget & Improving the Code.en_US.srt 17.68KB
258 Using the _FutureBuilder_ Widget & Improving the Code.mp4 161.43MB
259 920.17KB
259 Wrap Up.en_US.srt 2.54KB
259 Wrap Up.mp4 22.73MB
26 34B
260 1.07MB
260 http-01-send-post-without-response.zip 173.50KB
260 http-02-use-post-response.zip 172.35KB
260 http-03-loading-spinner.zip 172.21KB
260 http-04-error-handling.zip 172.23KB
260 http-05-async-await.zip 171.86KB
260 http-06-fetch-get-products.zip 173.15KB
260 http-07-pull-to-refresh.zip 172.83KB
260 http-08-delete-and-optimistic-updating.zip 176.71KB
260 http-09-fav-status-and-orders.zip 176.54KB
260 http-10-finished.zip 161.50KB
260 Useful Resources & Links.html 955B
261 1.46MB
261 Module Introduction.en_US.srt 2.28KB
261 Module Introduction.mp4 3.71MB
262 1.55MB
262 How Authentication Works.en_US.srt 8.30KB
262 How Authentication Works.mp4 11.74MB
262 how-auth-works.pdf 68.62KB
263 1.82MB
263 Firebase-Security-Rules.txt 51B
263 http-10-finished.zip 174.75KB
263 Prepare Backend.en_US.srt 5.00KB
263 Prepare Backend.mp4 16.79MB
264 19.09KB
264 Adding the Auth Screen.en_US.srt 21.26KB
264 Adding the Auth Screen.mp4 245.14MB
264 auth-01-authscreen.zip 163.75KB
264 auth-screen.dart 7.24KB
265 177.79KB
265 Signup Requests & URLs.html 1.76KB
266 489.21KB
266 Adding User Signup.en_US.srt 17.56KB
266 Adding User Signup.mp4 143.10MB
266 auth-02-signup.zip 164.17KB
267 646.09KB
267 Allowing Users to Log In.en_US.srt 8.00KB
267 Allowing Users to Log In.mp4 76.00MB
267 auth-03-login.zip 164.17KB
268 1.15MB
268 auth-04-error-handling.zip 165.27KB
268 Handling Authentication Errors.en_US.srt 16.69KB
268 Handling Authentication Errors.mp4 152.85MB
269 1.21MB
269 auth-05-using-the-token.zip 180.26KB
269 Managing the Auth Token Locally (in the App).en_US.srt 14.94KB
269 Managing the Auth Token Locally (in the App).mp4 85.84MB
27 506B
270 1.21MB
270 Using the _ProxyProvider_ and Attaching the Token to Outgoing Http Requests.en_US.srt 11.57KB
270 Using the _ProxyProvider_ and Attaching the Token to Outgoing Http Requests.mp4 118.45MB
271 1.62MB
271 Adding the Token to All Requests.en_US.srt 10.24KB
271 Adding the Token to All Requests.mp4 58.88MB
272 1.97MB
272 Connecting the _Favorite_ Status to Users.en_US.srt 12.79KB
272 Connecting the _Favorite_ Status to Users.mp4 113.13MB
273 15.45KB
273 Attaching Products to Users & Filtering By Creator.en_US.srt 17.46KB
273 Attaching Products to Users & Filtering By Creator.mp4 137.95MB
273 auth-06-attaching-products-to-users.zip 182.36KB
274 41.31KB
274 Attaching Orders to Users.en_US.srt 3.44KB
274 Attaching Orders to Users.mp4 20.18MB
275 682.88KB
275 Adding a Logout Functionality.en_US.srt 4.96KB
275 Adding a Logout Functionality.mp4 43.84MB
275 auth-07-logout.zip 179.37KB
276 1.09MB
276 auth-08-auto-logout.zip 180.21KB
276 Automatically Logging Users Out (After Some Time).en_US.srt 7.03KB
276 Automatically Logging Users Out (After Some Time).mp4 52.69MB
277 1.27MB
277 auth-09-auto-login.zip 181.19KB
277 auth-10-finished.zip 180.89KB
277 Automatically Logging Users In.en_US.srt 22.75KB
277 Automatically Logging Users In.mp4 133.26MB
277 splash-screen.dart 235B
278 1.50MB
278 Wrap Up.en_US.srt 2.12KB
278 Wrap Up.mp4 13.51MB
279 1.84MB
279 auth-01-authscreen.zip 163.75KB
279 auth-02-signup.zip 164.17KB
279 auth-03-login.zip 164.17KB
279 auth-04-error-handling.zip 165.27KB
279 auth-05-using-the-token.zip 165.70KB
279 auth-06-attaching-products-to-users.zip 166.82KB
279 auth-07-logout.zip 165.55KB
279 auth-08-auto-logout.zip 165.97KB
279 auth-09-auto-login.zip 167.66KB
279 auth-10-finished.zip 167.22KB
279 auth-10-finished-provider-4.zip 168.55KB
279 Useful Resources & Links.html 1.09KB
28 11B
280 60.40KB
280 Module Introduction.en_US.srt 1.73KB
280 Module Introduction.mp4 3.21MB
281 381.26KB
281 animations-01-custom-animation.zip 183.28KB
281 Animations From Scratch (Completely Manually Controlled).en_US.srt 18.20KB
281 Animations From Scratch (Completely Manually Controlled).mp4 179.99MB
281 auth-10-finished.zip 180.89KB
282 497.65KB
282 animations-02-animatedbuilder.zip 183.16KB
282 Using the _AnimatedBuilder_ Widget.en_US.srt 4.89KB
282 Using the _AnimatedBuilder_ Widget.mp4 45.60MB
283 662.83KB
283 animations-03-animatedcontainer.zip 183.45KB
283 Working with the _AnimatedContainer_.en_US.srt 3.81KB
283 Working with the _AnimatedContainer_.mp4 31.66MB
284 782.10KB
284 animations-04-more-built-in-animations.zip 184.63KB
284 More Built-in Animation & Transition Widgets.en_US.srt 11.03KB
284 More Built-in Animation & Transition Widgets.mp4 105.30MB
285 889.62KB
285 animations-05-fadeinimage.zip 650.90KB
285 Fading Loaded Images In (And Showing a Placeholder).en_US.srt 4.22KB
285 Fading Loaded Images In (And Showing a Placeholder).mp4 37.65MB
285 product-placeholder.png 493.16KB
286 908.71KB
286 Adding a _Hero_ Transition.en_US.srt 3.44KB
286 Adding a _Hero_ Transition.mp4 17.52MB
287 1009.96KB
287 animations-06-hero-and-slivers.zip 651.83KB
287 Working with Slivers.en_US.srt 7.62KB
287 Working with Slivers.mp4 80.46MB
288 1.94MB
288 Practice_ Animating Order Boxes.en_US.srt 4.93KB
288 Practice_ Animating Order Boxes.mp4 28.72MB
289 269.59KB
289 A Fix for the Latest Version of Flutter.html 1.39KB
29 21B
290 327.72KB
290 animations-07-finished.zip 652.38KB
290 Implementing Custom Route Transitions.en_US.srt 12.04KB
290 Implementing Custom Route Transitions.mp4 101.12MB
291 971.23KB
291 Wrap Up.en_US.srt 1.10KB
291 Wrap Up.mp4 8.50MB
292 1.46MB
292 animations-01-custom-animation.zip 183.28KB
292 animations-02-animatedbuilder.zip 183.16KB
292 animations-03-animatedcontainer.zip 183.45KB
292 animations-04-more-built-in-animations.zip 184.63KB
292 animations-05-fadeinimage.zip 650.90KB
292 animations-06-hero-and-slivers.zip 651.83KB
292 animations-07-finished.zip 652.38KB
292 Useful Resources & Links.html 939B
293 1.52MB
293 Module Introduction.en_US.srt 1.98KB
293 Module Introduction.mp4 3.53MB
294 1.80MB
294 great-places-sketch.png 920.17KB
294 Planning the App.en_US.srt 3.71KB
294 Planning the App.mp4 7.88MB
295 175.87KB
295 main.dart 352B
295 PlaceList & Place Provider Setup.en_US.srt 16.17KB
295 PlaceList & Place Provider Setup.mp4 135.09MB
296 218.05KB
296 Adding the _Add Place_ Screen & An Image Input.en_US.srt 21.19KB
296 Adding the _Add Place_ Screen & An Image Input.mp4 168.38MB
296 native-02-places-list-and-provider.zip 45.97KB
297 247.62KB
297 Using Image Picker & The Device Camera.en_US.srt 17.06KB
297 Using Image Picker & The Device Camera.mp4 178.87MB
298 461.08KB
298 native-03-image-picker.zip 48.05KB
298 Storing the Image on the Filesystem (on the Device).en_US.srt 13.88KB
298 Storing the Image on the Filesystem (on the Device).mp4 112.67MB
299 686.77KB
299 Managing Data & Images via the Provider Package.en_US.srt 18.96KB
299 Managing Data & Images via the Provider Package.mp4 160.90MB
3 10B
30 5B
300 1.28MB
300 Handling Errors.en_US.srt 1.79KB
300 Handling Errors.mp4 14.73MB
300 native-04-outputting-images.zip 48.96KB
301 1.50MB
301 Testing on Real Devices.en_US.srt 5.91KB
301 Testing on Real Devices.mp4 27.14MB
302 1.50MB
302 Preparing SQLite.en_US.srt 16.51KB
302 Preparing SQLite.mp4 154.57MB
302 SQL-vs-NoSQL.txt 50B
303 1.79MB
303 native-05-sqflite.zip 50.24KB
303 Storing & Fetching Data with SQLite.en_US.srt 15.05KB
303 Storing & Fetching Data with SQLite.mp4 170.66MB
304 1.80MB
304 Adding a Location Input & The _location_ Package.en_US.srt 12.02KB
304 Adding a Location Input & The _location_ Package.mp4 103.81MB
305 1.87MB
305 Fetching the User Coordinates.en_US.srt 2.95KB
305 Fetching the User Coordinates.mp4 19.72MB
305 native-06-location-input-and-location.zip 130.13KB
306 1.93MB
306 Displaying a Static Map Snapshot.en_US.srt 10.02KB
306 Displaying a Static Map Snapshot.mp4 55.67MB
307 40.88KB
307 native-07-google-maps-screen.zip 129.89KB
307 Rendering a Dynamic Map (via Google Maps).en_US.srt 17.08KB
307 Rendering a Dynamic Map (via Google Maps).mp4 202.71MB
308 118.39KB
308 Allowing Users to Pick a Location on the Map.en_US.srt 12.08KB
308 Allowing Users to Pick a Location on the Map.mp4 104.83MB
308 native-08-selecting-a-place.zip 129.83KB
309 411.64KB
309 native-09-storing-location-in-db.zip 131.80KB
309 Storing the Location in SQLite.en_US.srt 20.86KB
309 Storing the Location in SQLite.mp4 198.36MB
31 95B
310 770.88KB
310 Adding a _Place Detail_ Screen & Opening the Map in _readonly_ Mode.en_US.srt 13.60KB
310 Adding a _Place Detail_ Screen & Opening the Map in _readonly_ Mode.mp4 123.34MB
310 native-10-finished.zip 126.67KB
311 867.23KB
311 Wrap Up.en_US.srt 2.38KB
311 Wrap Up.mp4 13.01MB
312 890.24KB
312 native-01-starting-setup.zip 39.37KB
312 native-02-places-list-and-provider.zip 45.97KB
312 native-03-image-picker.zip 48.05KB
312 native-04-outputting-images.zip 48.96KB
312 native-05-sqflite.zip 50.24KB
312 native-06-location-input-and-location.zip 130.13KB
312 native-07-google-maps-screen.zip 129.89KB
312 native-08-selecting-a-place.zip 129.83KB
312 native-09-storing-location-in-db.zip 131.80KB
312 native-10-finished.zip 126.67KB
312 Useful Resources & Links.html 1.68KB
313 1.72MB
313 Module Introduction.en_US.srt 2.18KB
313 Module Introduction.mp4 5.84MB
314 1.88MB
314 What is Firebase_.en_US.srt 5.29KB
314 What is Firebase_.mp4 9.79MB
315 119.88KB
315 Creating a New App.en_US.srt 5.57KB
315 Creating a New App.mp4 48.94MB
315 firebase-01-starting-setup.zip 3.57KB
316 159.83KB
316 Getting Started with Firebase.en_US.srt 13.05KB
316 Getting Started with Firebase.mp4 118.60MB
317 227.68KB
317 Important_ Flutter Firebase Versions.html 1.41KB
318 458.03KB
318 Getting Started with Flutter & the Firebase SDK.en_US.srt 19.19KB
318 Getting Started with Flutter & the Firebase SDK.mp4 172.94MB
319 697.31KB
319 Adding _GoogleServices-Info.plist_ correctly to iOS.html 1000B
32 66B
320 738.17KB
320 Rendering Stream Data with StreamBuilder.en_US.srt 7.50KB
320 Rendering Stream Data with StreamBuilder.mp4 51.58MB
321 921.75KB
321 Adding Data.en_US.srt 3.53KB
321 Adding Data.mp4 16.38MB
322 983.75KB
322 A Basic Authentication Screen.en_US.srt 12.08KB
322 A Basic Authentication Screen.mp4 78.74MB
323 1.29MB
323 Adding an App Theme.en_US.srt 4.28KB
323 Adding an App Theme.mp4 45.11MB
324 1.64MB
324 Creating an Authentication Form.en_US.srt 16.68KB
324 Creating an Authentication Form.mp4 154.98MB
325 1.66MB
325 Connecting Auth Form & Auth Screen.en_US.srt 5.57KB
325 Connecting Auth Form & Auth Screen.mp4 33.02MB
326 227.48KB
326 Adding the firebase_auth Package.html 671B
327 292.35KB
327 Implementing Authentication.en_US.srt 16.04KB
327 Implementing Authentication.mp4 148.00MB
328 482.14KB
328 Storing Extra User Data.en_US.srt 7.85KB
328 Storing Extra User Data.mp4 83.65MB
329 531.51KB
329 Finishing Authentication & Logout.en_US.srt 8.10KB
329 Finishing Authentication & Logout.mp4 57.62MB
33 8B
330 811.41KB
330 Adding Firebase Security Rules.en_US.srt 11.90KB
330 Adding Firebase Security Rules.mp4 51.03MB
331 1.05MB
331 Listening to Chat Messages.en_US.srt 5.81KB
331 Listening to Chat Messages.mp4 40.62MB
332 1.27MB
332 Sending & Ordering Chat Messages.en_US.srt 14.31KB
332 Sending & Ordering Chat Messages.mp4 124.40MB
333 Creating a Basic Chat Bubble Widget.en_US.srt 7.16KB
333 Creating a Basic Chat Bubble Widget.mp4 63.62MB
334 Improving the Chat Bubbles.en_US.srt 14.40KB
334 Improving the Chat Bubbles.mp4 176.14MB
335 Testing on Multiple Devices.en_US.srt 5.18KB
335 Testing on Multiple Devices.mp4 42.42MB
336 Displaying User Names.en_US.srt 13.62KB
336 Displaying User Names.mp4 133.04MB
337 ImagePicker_ Latest Version.html 1.33KB
338 Adding an Image Picker.en_US.srt 16.73KB
338 Adding an Image Picker.mp4 159.27MB
339 Preparing File Upload & Validating Images.en_US.srt 8.46KB
339 Preparing File Upload & Validating Images.mp4 84.75MB
34 2B
340 Uploading Images.en_US.srt 13.63KB
340 Uploading Images.mp4 156.81MB
341 Improving Image Upload.en_US.srt 5.94KB
341 Improving Image Upload.mp4 36.37MB
342 Running on a Real iOS Device.en_US.srt 2.50KB
342 Running on a Real iOS Device.mp4 15.33MB
343 Displaying User Images.en_US.srt 14.12KB
343 Displaying User Images.mp4 137.65MB
344 How Push Notifications Work.en_US.srt 6.76KB
344 How Push Notifications Work.mp4 16.85MB
345 Adding the firebase_messaging Package.html 786B
346 An Introduction to Firebase Cloud Messaging.en_US.srt 6.00KB
346 An Introduction to Firebase Cloud Messaging.mp4 70.79MB
347 Android & Push Notifications.en_US.srt 12.05KB
347 Android & Push Notifications.mp4 106.99MB
348 iOS & Push Notifications.en_US.srt 16.03KB
348 iOS & Push Notifications.mp4 213.11MB
349 Handling Push Notifications.en_US.srt 12.69KB
349 Handling Push Notifications.mp4 167.71MB
35 14B
350 Getting Started with Firebase Cloud Functions.en_US.srt 8.28KB
350 Getting Started with Firebase Cloud Functions.mp4 66.92MB
351 MUST READ_ Firebase Cloud Functions & Billing.html 2.25KB
352 Setting a Firestore Trigger.en_US.srt 11.20KB
352 Setting a Firestore Trigger.mp4 96.12MB
353 Sending Automated Push Notifications.en_US.srt 10.23KB
353 Sending Automated Push Notifications.mp4 102.83MB
354 Polishing & Wrap Up.en_US.srt 8.69KB
354 Polishing & Wrap Up.mp4 82.51MB
355 firebase-19-updated-to-latest-firebase-packages.zip 60.98KB
355 Updating to the latest Firebase Package Versions.html 8.59KB
356 firebase-01-starting-setup.zip 3.57KB
356 firebase-02-first-flutter-firebase-example.zip 3.98KB
356 firebase-03-added-theme.zip 5.21KB
356 firebase-04-added-auth-form.zip 5.75KB
356 firebase-05-basic-auth-form-submission.zip 6.08KB
356 firebase-06-added-firebase-auth.zip 6.41KB
356 firebase-07-logout.zip 6.47KB
356 firebase-08-messages-widget.zip 7.32KB
356 firebase-09-ordered-messages.zip 8.09KB
356 firebase-10-styled-messages.zip 8.97KB
356 firebase-11-added-username-display.zip 9.37KB
356 firebase-12-added-image-picker.zip 10.24KB
356 firebase-13-image-validation.zip 10.32KB
356 firebase-14-image-upload.zip 10.29KB
356 firebase-15-improved-image-upload.zip 10.64KB
356 firebase-16-display-user-images.zip 10.70KB
356 firebase-17-base-notification-code.zip 47.64KB
356 firebase-18-polishing.zip 47.67KB
356 firebase-upload-push-notification.pdf 106.12KB
356 Module Resources.html 604B
357 Module Introduction.en_US.srt 1.79KB
357 Module Introduction.mp4 2.95MB
358 Using a Proper Project Setup.html 940B
359 main.dart 762B
359 native-code-02-added-flutter-code.zip 39.89KB
359 Sending a Method Call from Flutter.en_US.srt 10.86KB
359 Sending a Method Call from Flutter.mp4 66.14MB
36 381B
360 native-code-03-android-code.zip 9.47KB
360 Running Android Code.en_US.srt 17.22KB
360 Running Android Code.mp4 161.06MB
361 native-code-04-ios-code.zip 2.77KB
361 native-code-05-finished.zip 49.67KB
361 Running iOS Code.en_US.srt 11.68KB
361 Running iOS Code.mp4 130.46MB
362 Wrap Up.en_US.srt 1.25KB
362 Wrap Up.mp4 5.88MB
363 native-code-01-starting-setup.zip 39.62KB
363 native-code-02-added-flutter-code.zip 39.89KB
363 native-code-03-android-code.zip 9.47KB
363 native-code-04-ios-code.zip 2.77KB
363 native-code-05-finished.zip 49.67KB
363 Useful Resources & Links.html 1019B
364 Module Introduction.en_US.srt 2.54KB
364 Module Introduction.mp4 3.48MB
365 Preparing the Code.en_US.srt 3.20KB
365 Preparing the Code.mp4 13.13MB
366 Android-Versions.txt 56B
366 Preparing the App Configuration.en_US.srt 8.19KB
366 Preparing the App Configuration.mp4 42.46MB
367 Preparing Third-Party Services.en_US.srt 1.88KB
367 Preparing Third-Party Services.mp4 7.25MB
368 Adding Icons & Splash Screens.en_US.srt 12.00KB
368 Adding Icons & Splash Screens.mp4 103.64MB
368 icons.zip 44.95KB
368 splash.zip 153.72KB
368 splash-ios.zip 21.52KB
369 Publishing Android Apps.en_US.srt 12.04KB
369 Publishing Android Apps.mp4 96.03MB
37 14B
370 Publishing iOS Apps.en_US.srt 8.02KB
370 Publishing iOS Apps.mp4 76.27MB
371 Useful Resources & Links.html 891B
372 You did it!.en_US.srt 1.62KB
372 You did it!.mp4 27.94MB
373 Your Next Steps (To Become an Awesome Developer!).en_US.srt 4.90KB
373 Your Next Steps (To Become an Awesome Developer!).mp4 8.13MB
374 app-dev-blueprint.pdf 85.35KB
374 How to Plan & Develop Successful Apps.en_US.srt 16.61KB
374 How to Plan & Develop Successful Apps.mp4 22.58MB
375 Flutter 2 - What's New_ What's The Impact On This Course_.en_US.srt 15.78KB
375 Flutter 2 - What's New_ What's The Impact On This Course_.mp4 128.85MB
375 More-Technical-Announcement.txt 64B
375 Official-Announcement.txt 68B
376 _Old_ vs _New_ Button Widgets.en_US.srt 18.47KB
376 _Old_ vs _New_ Button Widgets.mp4 86.04MB
376 Migrating-to-the-New-Material-Buttons-and-their-Themes.pdf 149.18KB
377 Bonus_ More Content!.html 1.52KB
38 31B
39 116B
4 17B
40 409B
41 38B
42 122B
43 133B
44 13B
45 173B
46 17B
47 15B
48 70B
49 139B
5 3B
50 13B
51 312.54KB
52 1.68MB
53 2.00MB
54 504.01KB
55 1.32MB
56 1.02MB
57 1.40MB
58 1.55MB
59 894.53KB
6 21B
60 1.33MB
61 1.37MB
62 95.64KB
63 1.03MB
64 909.42KB
65 1.01MB
66 75.00KB
67 714.90KB
68 1.17MB
69 194.16KB
7 3B
70 372.29KB
71 1.17MB
72 1.84MB
73 676.73KB
74 896.58KB
75 1.17MB
76 1.44MB
77 1.76MB
78 1.88MB
79 1.97MB
8 23B
80 255.03KB
81 81.66KB
82 561.32KB
83 1.05MB
84 829.71KB
85 1.96MB
86 167.38KB
87 228.23KB
88 1.25MB
89 1.48MB
9 12B
90 1.92MB
91 357.37KB
92 910.75KB
93 1023.46KB
94 1.49MB
95 1.76MB
96 369.65KB
97 661.24KB
98 1.54MB
99 1.56MB
TutsNode.com.txt 63B
Distribution statistics by country
Total 0
IP List List of IP addresses which were distributed this torrent