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

Upgrade sse_channel library to version 0.1.1 #87

Closed KevinBellAya closed 2 months ago

KevinBellAya commented 2 months ago

The current version of sse_channel in your pubspec file is 0.0.4, which depends on uuid 3.07. However many important and widely used libraries now depend on uuid ^4.0.0. This means that this signalr library is no longer compatible with many new apps and is holding apps currently using this library back from upgrading. Please consider bumping of the version of the dependency in your pubspec file.

mario-madrid commented 2 months ago

Any chance to merge this?

Thanks!