flutter 3.22
in flutter 3.22 playercontroller doesnt work correctly. All player has same instances
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 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
Unfortunately yes @Nico3652, we downgraded flutter to 3.19.6 until this is fixed hopefully.
+1
+1
+1
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
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
This seems like a flutter issue that was solved in the master channel: https://github.com/flutter/flutter/issues/148401#issuecomment-2172720783
The issue happens only on Android release mode !
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 Please release the fix as a version if possible.
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.