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

Running "flutter pub get" in puantajplus... Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Running pod install... Running Xcode build... Xcode build done. 24,9s Failed to build iOS...

invalid

Hi. Thanks for adding `isConnected()` feature, but its not working as expected Before calling `connect()` I check `isConnected()` to avoid multi calls but `isConnected()` always returns true even if signal...

question

Hi I found a issue in package (so far on **ios**, not tested on android) At first after initializing `signalr` every thing is fine. But by pressing home button and...

bug
question

Client is unable to provide functions to Signalr server and thus server cannot call client functions.

enhancement

when we are connecting to multiple hubs it is only remembering the recent object initialised . Instead of invoking method of first hub it is checking for the same method...

bug

Would love to be able to use this plugin in a web app

enhancement

Changed from single params to List, Now you'll be able to accept multiple string parameters sent from hub