Flutter Network Tutorial for Beginners | Full Course in 2 hours

Published: 27 February 2022
on channel: Fullstack School
3,036
105

Welcome to my Flutter Network tutorial series. In this course you will learn everything you need to know to send the request over the Internet. This course includes introducing the most popular network package in Flutter such as http and dio.

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

⏱️ Timestamps
00:00 Flutter http Package Tour
23:42 Flutter dio Package basic usage
41:40 Flutter dio Interceptors
54:38 Flutter dio cookie manager
01:14:54 Flutter dio token manager
01:25:18 Flutter dio file upload
01:38:36 Flutter dio file download
01:59:12 Flutter JSON Serialization

Mindmap & Source Code
  / fullstackschool  

Website Reference:
http package: https://pub.dev/packages/http
dio package: https://pub.dev/packages/dio
Json serializable: https://pub.dev/packages/json_seriali...

#flutter #dio