audio_waveforms icon indicating copy to clipboard operation
audio_waveforms copied to clipboard

flutter 3.22

Open senkia24 opened this issue 1 year ago • 8 comments

in flutter 3.22 playercontroller doesnt work correctly. All player has same instances

senkia24 avatar May 28 '24 11:05 senkia24

I have the same bug, as far as I realize it's working fine on debug mode but using same playercontroller instances at release mode. For release mode key string value isn't printed like before, now it only shows 'Instance of UniqueKey'. That string value is used for finding/filtering streaming players at source code instead of UniqueKey object itself, that's the issue.

egorOztmz avatar May 28 '24 13:05 egorOztmz

@egorOztmz i have exactly the same issue. How did you manage this ? Downgrading flutter ?

My app is in production so this is very important for me. Thanks in advance

Nico3652 avatar May 31 '24 12:05 Nico3652

Unfortunately yes @Nico3652, we downgraded flutter to 3.19.6 until this is fixed hopefully.

egorOztmz avatar May 31 '24 13:05 egorOztmz

+1

kresovic-milos avatar May 31 '24 22:05 kresovic-milos

+1

lyingjack avatar Jun 17 '24 18:06 lyingjack

+1

lyingjack avatar Jun 17 '24 19:06 lyingjack

Unfortunately yes @Nico3652, we downgraded flutter to 3.19.6 until this is fixed hopefully.

The issue is fixed in the package or the issue is fixed when you downgraded the flutter to 3.19.6

ubaidxdev avatar Jul 04 '24 10:07 ubaidxdev

Unfortunately yes @Nico3652, we downgraded flutter to 3.19.6 until this is fixed hopefully.

The issue is fixed in the package or the issue is fiexed when you downgraded the flutter to 3.19.6

ubaidxdev avatar Jul 04 '24 10:07 ubaidxdev

This seems like a flutter issue that was solved in the master channel: https://github.com/flutter/flutter/issues/148401#issuecomment-2172720783

doshpin avatar Jul 06 '24 20:07 doshpin

The issue happens only on Android release mode !

mu7mmd avatar Jul 20 '24 15:07 mu7mmd

This issue has been resolved with #310. Currently it has been merged to main. For now, you can use the main branch in your pubspec.yaml until it has been released.

ujas-m-simformsolutions avatar Aug 02 '24 06:08 ujas-m-simformsolutions

@ujas-m-simformsolutions Please release the fix as a version if possible.

VasuSinojia avatar Sep 11 '24 12:09 VasuSinojia

We have just released 1.1.0 which should fix this issue. But if you still facing this issue then feel free to create a new one.

ujas-m-simformsolutions avatar Oct 14 '24 06:10 ujas-m-simformsolutions