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

Incompatibility with http 1.1.0 #63

Open mamaly12 opened 11 months ago

mamaly12 commented 11 months ago

Hi there, After upgrading the http package to http 1.1.0, the latest version of your plugin doesn't work, and it's not compatible with it. Can you please fix the issue and make it work with the latest version of the http package?

askankit commented 10 months ago

Any Update on this ?

nayanAubie commented 10 months ago

Meanwhile override the http package in dev_dependencies can work

NifalNizar commented 10 months ago

any updates on this?

nicholasspencer commented 9 months ago

Ditto

akashef commented 9 months ago

any update?

Artath commented 9 months ago

Meanwhile override the http package in dev_dependencies can work

Can you please explain. Did you mean to fork signalr and after this override its http?

nayanAubie commented 9 months ago

@Artath in the pubspec.yaml, add the below snippet.

dependency_overrides:
  http: ^1.1.0
ThijSlim commented 8 months ago

I stumbled upon the same. Then I thought, hey it's open source. Still two weeks later, why is nobody opening a PR for this issue ... Thanks for the suggestion @nayanAubie