Welcome to my Flutter Network tutorial series. In this series, you will learn how to manage the user's state by using cookie session approach. We will talk two different approaches to implement cookie manager.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
⏱️ Timestamps
00:00 Introduction
01:55 Basic knowledge of Http stateless
02:21 Cookie session approach
04:18 Backend for create session using NodeJS
05:56 Frontend login screen using Flutter
06:47 Manual implement cookie manager
07:40 Singleton pattern in Flutter
10:10 Intercept the request and response to process the cookie
11:54 Manage the user state by cookie session in Flutter
14:40 Introduce bio cookie manager
Mindmap & Source Code
/ fullstackschool
Website Reference:
dio package: https://pub.dev/packages/dio
#flutter #dio