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

conflict with http package #52

Open sajjad-n opened 1 year ago

sajjad-n commented 1 year ago

There is a version conflict between the signalr_netcore and http packages, which prevents successful dependency resolution. Consequently, attempting to install or update packages results in a version-solving failure with the following error message:

Because signalr_netcore >=1.2.0 depends on http ^0.13.3 and PROJECT depends on http 1.1.0, signalr_netcore >=1.2.0 is forbidden. So, because PROJECT depends on signalr_netcore 1.3.4, version solving failed.

eifachmache commented 1 year ago

Yes, that would be amazing to update this dependency.

aletandil commented 1 year ago

Hi, any update about this issue? thanks

mcunator commented 1 year ago

+1

daniyal471 commented 1 year ago

+1

RedUp1024 commented 1 year ago

+1. I can't update other packages

pgulegin commented 1 year ago

+1

MTM-A commented 1 year ago

same problem

asemanTest commented 1 year ago

+1

Skrface commented 1 year ago

+1

geekz-reno commented 1 year ago

maybe you can use this fork for temporary solution, I already upgrade http and sse_channel version

  signalr_netcore:
    git:
      url: https://github.com/geekz-reno/signalr_client.git
      ref: master
HaniGerges commented 1 year ago

+1

mehmetemregokberk commented 1 year ago

+1

hosamyousof commented 1 year ago

+1

M144-Coder commented 1 year ago

+1

abdu292 commented 10 months ago

@sefidgaran If the fork from @geekz-reno could be merged. that'd be awesome. Thanks a lot for your great work!