sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 111 forks source link

invoke upload progress feature #68

Open SpeedReach opened 9 months ago

SpeedReach commented 9 months ago

When calling the connection.invoke, adding a onProgressCallBack would be nice.

Common usages: indicating image upload progress in chat apps

I could help implement this feature.