You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to express my gratitude for creating the soundpool package, it has been very useful to my Flutter project which I plan to deploy on Android, iOS, Windows, and Linux platforms.
Unfortunately, I encounter an error when I run flutter pub get:
$ flutter pub get
Resolving dependencies...
Because every version of soundpool_windux from git depends on http ^0.13.3 and soundpool_web >=2.3.0 depends on http ^1.1.0, soundpool_windux from git is incompatible with soundpool_web >=2.3.0.
And because soundpool >=2.4.0 depends on soundpool_web ^2.3.0, soundpool_windux from git is incompatible with soundpool >=2.4.0.
So, because sanmill depends on both soundpool 2.4.1 and soundpool_windux from git, version solving failed.
It would be great if you could rebase the windows_linux_support branch to the latest.
I created new branch where I updated dependencies and compiled library for MacOS. I need to get access to Windows and Linux systems to compile libraries for them. Hopefully I'd make it soon.
Hello ukasz123,
I want to express my gratitude for creating the soundpool package, it has been very useful to my Flutter project which I plan to deploy on Android, iOS, Windows, and Linux platforms.
Here is a section of my pubspec.yaml:
Unfortunately, I encounter an error when I run
flutter pub get
:It would be great if you could rebase the
windows_linux_support
branch to the latest.Currently, I am maintaining my own version:
However, this approach has its own inconveniences. I am hoping that you can assist with this issue.
Best regards,
Calcitem
The text was updated successfully, but these errors were encountered: