signalr_flutter icon indicating copy to clipboard operation
signalr_flutter copied to clipboard

A flutter plugin for .net SignalR client.

Results 27 signalr_flutter issues
Sort by recently updated
recently updated
newest added

In Flutter 3.16, support was added for applying these plugins with Gradle's [declarative plugins {} block](https://docs.gradle.org/8.5/userguide/plugins.html#sec:plugins_block) (also called the Plugin DSL) and it is now the recommended approach. Since Flutter...

### Description In Flutter 3.16, support was added for applying these plugins with Gradle's [declarative plugins {} block](https://docs.gradle.org/8.5/userguide/plugins.html#sec:plugins_block) (also called the Plugin DSL) and it is now the recommended approach....

I am having some problems getting the hub callback method to trigger in flutter. I am able to connect to the signalr server and send a message to the server,...

I have .net backend. My flutter app connecting with it successfully even invoke method and send message to server. but hubCallBack not working following is my code snippet void initiateSignalR()...

I code app read data from SignalR Asp.Net. But i have a error when recieved data from hub throw plugin signalr_flutter. Status connect hub ok: CONNECT HUB SUCCESS flutter: ConnectionStatus.connecting...

@AyonAB @mohas Do you have a desire and plans for further support of this plugin?

How do I call invokeMethod when server expects a class? Like: { username: "x", password: "y" } How do I feed this to the new string list parameter?

Hello everyone, I am using the component: signalr_flutter, but when connecting to the server it gives me the error: "signalr error during negotiation request", I have seen that there is...

i want to send an IAsyncEnumerable to server for streaming and i used multiple of types that all of them not working my question is : how do i do...