signalr_flutter 0.1.0-dev.2 signalr_flutter: ^0.1.0-dev.2 copied to clipboard
A flutter plugin for .net SignalR client. This client is for ASP.Net SignalR, not for .Net Core SignalR.
0.0.1 #
- Initial release.
0.0.2 #
- Minor Updates.
0.0.3 #
- Connection Headers and Transport customization added
- Minor changes and a bug fix for invokeServerMethod
0.0.4 #
- Minor Updates.
0.0.5 #
- Fixed a bug where invokeMethod only accepting string as return value
0.0.6-dev.1 #
- Possible fix for callbacks throwing exception about type mismatch.
- invokeMethod now has generic return type & upto 10 arguments support.
0.0.6-dev.2 #
- HubCallBack function now returns the value as well as the subscribed method name.
- invokeMethod now can take as many arguments as you want.
0.0.6-dev.3 #
- Possible fix for ios Hub events not returning
0.1.0-dev.1 #
- Fix for ios Hub events not returning
0.1.0-dev.2 #
- Fixed Duplicated Hub events for ios.