Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
850 stars 553 forks source link

[BUG]: Compatibility Issue with meta Version 1.11.0 and js Version 0.6.7 #1009

Closed aigima closed 4 months ago

aigima commented 4 months ago

Flutter Sound Version : 9.3.3

Title: Compatibility Issue with meta Version 1.11.0 and js Version 0.6.7

Description:

Hello Flutter Sound Team,

First off, thank you for your efforts on Flutter Sound. It's a valuable tool for the Flutter community. I've encountered a compatibility issue when integrating your plugin into my project, which I'd like to bring to your attention.

Issue: The plugin does not seem to be compatible with meta version 1.11.0 and js version 0.6.7, which are currently pinned by the Flutter SDK and other dependencies in my project. This has led to a version-solving conflict.

Steps to Reproduce:

Flutter SDK Version: Flutter 3.19.1 • channel stable Add flutter_sound: ^9.3.3 to the pubspec.yaml. Run flutter pub get to resolve dependencies.

Larpoux commented 4 months ago

@aigima : I am very sorry, this is my fault. Flutter Sound has not been maintained during the last two years, and is not compatible with the last tools version (gradle, logger, stk, idk, …) I decided to try to update flutter sound but I encountered many more problems than expected.

you have two possibilities:

Really sorry I will post something in this thread when completed

Larpoux commented 4 months ago

@aigima : it seems that the problem you have is because you use "channel stable" and that I use "channel master".

I will fix that in the following few days. In the mean time, you may change your "channel version" . Please note that I found some bugs in "OpenPlay()", "openRecorder()" and "play fromStream()". I am also going to fix that also in the next few days.

Sorry for the inconvenience. I will post something into this thread when done.

Larpoux commented 4 months ago

@aigima

OK. This is fixed in Flutter Sound 9.3.6

Please not that I found some minor bugs that I will fix in next release :

issue 1010 issue 1011 issue 1011

Larpoux commented 4 months ago

@aigima

OK. This is fixed in Flutter Sound 9.3.6

Please not that I found some minor bugs that I will fix in next release :

issue 1010 issue 1011 issue 1011