ukasz123 / soundpool

Soundpool plugin for Flutter
88 stars 63 forks source link

Package Upgrade issue #115

Closed YDA93 closed 10 months ago

YDA93 commented 1 year ago
Because soundpool >=2.3.0 depends on soundpool_web ^2.2.0 which depends on http ^0.13.0, soundpool >=2.3.0 requires http ^0.13.0.
And because google_fonts >=4.0.5 depends on http ^1.0.0, soundpool >=2.3.0 is incompatible with google_fonts >=4.0.5.
So, because fecare depends on both google_fonts ^5.0.0 and soundpool ^2.3.0, version solving failed.
MrCsabaToth commented 11 months ago

This is dragging, @ukasz123 please merge and make a new release

MrCsabaToth commented 11 months ago

Since my app is mobile only and I don't rely on the web platform, I can whole heartedly use a workaround I already use for the wakelock plugin (in that case it was the win32 dependency, which is also irrelevant to me but blocked my version bumps as well): add this to your app's pubspec.yaml before your dependencies::

dependency_overrides:
  http: 1.1.0

dependencies:
  ...
yelkamel commented 10 months ago

I have the same issue