signalr_client icon indicating copy to clipboard operation
signalr_client copied to clipboard

Incompatibility with http 1.1.0

Open mamaly12 opened this issue 1 year ago • 8 comments

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?

mamaly12 avatar Sep 18 '23 07:09 mamaly12

Any Update on this ?

askankit avatar Oct 09 '23 06:10 askankit

Meanwhile override the http package in dev_dependencies can work

nayanAubie avatar Oct 12 '23 06:10 nayanAubie

any updates on this?

NifalNizar avatar Nov 02 '23 01:11 NifalNizar

Ditto

nicholasspencer avatar Nov 05 '23 17:11 nicholasspencer

any update?

akashef avatar Nov 08 '23 20:11 akashef

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?

Artath avatar Nov 20 '23 15:11 Artath

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

dependency_overrides:
  http: ^1.1.0

nayanAubie avatar Nov 22 '23 12:11 nayanAubie

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

ThijSlim avatar Dec 07 '23 21:12 ThijSlim