Flutter

How to Use WebSockets In Flutter

What if I told you there’s a way to communicate with the server without server polling? That’s where WebSockets come in handy. That is why today we are going to learn how to use WebSockets in Flutter. In this blog we’re going to create an app that connects, listens, sends, and closes WebSocket connections. Let’s …

How to Use WebSockets In Flutter Read More »

How to Authenticate HTTP In Flutter

In Flutter, if you want your HTTP requests to be authenticated, you must utilize this Authorization class and read this blog to know how to authenticate HTTP in Flutter. Most web services require authorization before you can retrieve data. There are several approaches to accomplish this, but one of the most prevalent is to employ …

How to Authenticate HTTP In Flutter Read More »