stevenroose / dart-eventsource

A client and server implementation of Server-Side Events.
MIT License
56 stars 48 forks source link

Please update logging dependency to be compatible with latest web libraries #24

Open Mixolyde opened 2 years ago

Mixolyde commented 2 years ago

I get this when I try to use your library at ^0.3.0. Logging is at 1.0.2 now.

Because build_web_compilers >=3.0.0 depends on logging ^1.0.0 and eventsource >=0.2.0 depends on logging ^0.11.0, build_web_compilers >=3.0.0 is incompatible with eventsource >=0.2.0. So, because blaseballstatus depends on both eventsource ^0.2.0 and build_web_compilers ^3.0.0, version solving failed.

sibylantoninobajeli commented 2 years ago

I'm facing same problem: Because no versions of build_runner match >2.1.4 <3.0.0 and build_runner 2.1.4 depends on logging ^1.0.0, build_runner ^2.1.4 requires logging ^1.0.0. And because eventsource >=0.2.0 depends on logging ^0.11.0, build_runner ^2.1.4 is incompatible with eventsource >=0.2.0. So, because flutter_ssls depends on both eventsource ^0.3.0 and build_runner ^2.1.4, version solving failed. pub get failed (1; So, because flutter_ssls depends on both eventsource ^0.3.0 and build_runner ^2.1.4, version solving failed.)