AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Deal With a Bad Network Issue
The main issue that people end up having is maybe a not so good network. Is there some mechanisms built into Dart or built into flutter SDK itself that will help me to deal with this kind of bad network issue? Yes, thank you for the question. From the main topics we discussed on this meeting, for retry policies. If you face these problems, for example, with network or with application request for the HTTP, maybe delay the request or delay the response from the response of the HTTP. Okay. Now, how can I make something like that? What do I need to do? Like what would be like step one if I need to have some kind of retry mechanism?