signalr_flutter 0.2.0-dev.3 copy "signalr_flutter: ^0.2.0-dev.3" to clipboard
signalr_flutter: ^0.2.0-dev.3 copied to clipboard

outdated

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.

0.1.0 #

  • Fix a issue where hub callback only accepting strings.
  • Hub callback now returns the message as well as the subscribed method name.
  • Made invokeMethod generic.
  • As many arguments as you want in invokeMethod.
  • fix for ios Hub events not working.

0.1.1 #

  • Null Safety Support

0.1.2 #

  • IsConnected Method Added

0.2.0-dev.1 #

  • Rewrote the plugin using pigeon
  • Breaking Changes:
    • invokeMethod now take only strings as arguments instead of dynamic.
    • invokeMethod now returns only string as result.
    • hubCallback now also returns string as message instead of dynamic.

0.2.0-dev.2 #

  • Fix for invokeMethod calls having no return value.

0.2.0-dev.3 #

  • Updated signalr for iOS.
  • Transport fallback properly added for iOS.
69
likes
0
pub points
87%
popularity

Publisher

verified publisherayan.asdevs.dev

A flutter plugin for .net SignalR client. This client is for ASP.Net SignalR, not for .Net Core SignalR.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on signalr_flutter