Welcome to my Flutter Network tutorial series. In this series, you will learn how to send the http request to the backend in the Flutter. In this video I will cover sending request use the HttpClient and http package.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
⏱️ Timestamps
00:00 Introduction
01:25 Send request through HttpClient
04:50 Appending extra info in header
06:54 Send request through http package
09:57 Fetch single post
14:58 Fetch list of posts
17:00 Create a new post
20:15 Update a existing post
Mindmap & Source Code
/ fullstackschool
Website Reference:
http package: https://pub.dev/packages/http
JsonPlaceHolder: https://jsonplaceholder.typicode.com/
Http Status Code: https://www.moesif.com/blog/technical...
#flutter #http