How to use SignalR on Flutter?

Diego Garcia picture Diego Garcia · Jun 22, 2018 · Viewed 9.5k times · Source

I am trying to communicate with an Asp.Net core 2.1 application that uses SignalR to establish its chat communications, but I can't figure out what's the best way to accomplish that using flutter.

I've searched for some library to do that, but the one that I found was not compatible with Flutter, just with Dart web as it uses the original SignalR.js to wrap the methods.

How to accomplish that task?

Answer

Soernt picture Soernt · Oct 18, 2018

I just created a Flutter client for SignalR (ASP.NET Core). You can find it at Pub