Ayon Das

Results 19 comments of Ayon Das

Same issue here. Did you find any solution? @MarcBruins any plans to update the binding?

Currently you need to send the data in string format (Serializing the response before sending to the client).

You probably can. You need to fork the repo, change the native code related to receiving data from server for both android & iOS.

> > Please, Could you share the code? > > It's probably late. But here is the forked repo that can resolve the issue: [signalr_flutter](https://github.com/usa-12/signalr_flutter) > > just add this...

I would love to but currently I'm not able to. I might try to keep it maintained in the future but contributions in the form of PR would be very...

I recently rewrote the plugin using flutter pigeon with few breaking changes. Will push a pre-release version on the pub by tomorrow. Your problem should resolve in that, if not...

A new pre-release version is released in pub.dev. Feel free to try it out.

Did you get any error message on your console after the event is dispatched? Will look into it once I get some time.

Strange cause I tested on both debug and release mode and the events are arriving fine. Have you tried cleaning your project from vscode/android studio & xcode before trying the...