Connecting a Backend & Sending HTTP Requests [SHOPPING LIST APP]
-
216 Module Introduction
-
217 Whats a Backend And Why Would You Want One
-
218 What Is HTTP How Does It Work
-
219 Setting Up a Dummy Backend Firebase
-
220 Adding the http Package
-
221 Sending a POST Request to the Backend
-
222 Working with the Request Waiting for the Response
-
223 Fetching Transforming Data
-
224 Avoiding Unnecessary Requests
-
225 Managing the Loading State
-
226 Error Response Handling
-
227 Sending DELETE Requests
-
228 Handling the No Data Case
-
229 Better Error Handling
-
230 Module Summary
-
231 Using the FutureBuilder Widget