Flutter Network Tutorial for Beginners | Dio Basic Usage

Опубликовано: 08 Январь 2022
на канале: Fullstack School
15,395
177

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 dio package.

🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5

⏱️ Timestamps
00:00 Introduction
02:21 JsonPlaceHolder post endpoint walkthrough
02:43 Post class
03:55 Did package setup
04:58 get single post with valid id using Dio
09:51 get single post with invalid id using Dio
11:23 fetch list of post using Dio
12:35 create post using Dio
15:17 update post using Dio
16:31 delete post using Dio

Mindmap & Source Code
  / fullstackschool  

Website Reference:
dio package: https://pub.dev/packages/dio
JsonPlaceHolder: https://jsonplaceholder.typicode.com/
Http Status Code: https://www.moesif.com/blog/technical...

#flutter #dio