Khuram U. Khalid
Khuram U. Khalid
The audio player is currently built to run as singleton so creating multiple instances in a list might not work as expected. Instead what you can do is create one...
See #54
Unfortunately there isn't a way to optimise the player loading because we're using platform views which run on UI thread. There isn't any way to make them run on separate...
Fixed in [2.0.2-rc2](https://pub.dev/packages/flutter_playout/versions/2.0.2-rc2)
@weerowee is it Android or iOS? Can you see any exception in the logs? If possible please post the exception here.
Don't think it'll work in a list view yet. Needs some more work to make that work.
You can disable native player controls and create your own controls on top of the player. That would probably be the best way.
Yes this is currently a limitation in the player implementation. Multiple players cannot be created at the same time and so loading URL on `play` is a way to enforce...
Not sure but I will see if we can add that in.
Would be great features to have. Will try working on them but might be a while before I get a chance. Meanwhile, PRs are most welcome.