The screen is flashing during the initial load.
There's an issue in the initial loading. The screen flashes during some internal state change. I was looking at the sources, but couldn't identify the root cause...
This problem can be found in the example project, within this package.
Example from the example project:

Example from my app:

@emersonsiega It is because of the change in opacity when a thumbnail is loaded initially
ref: https://github.com/newtaDev/pod_player/blob/406b8cfd37c775a03c8515aedb9642c3e3592f53/lib/src/pod_player.dart#L201-L207
@newtaDev I was thinking... maybe this behavior could be in charge of who is passing the thumbnail to the player.. we could have a "default" behavior, like what exists today, and give the users the possibility to pass a Widget to override this behavior.. I think I can do that in the next days
@newtaDev I was thinking... maybe this behavior could be in charge of who is passing the thumbnail to the player.. we could have a "default" behavior, like what exists today, and give the users the possibility to pass a Widget to override this behavior.. I think I can do that in the next days
That would be great
@emersonsiega
Hey 👋 Did you start working on this issue..?
Hello @newtaDev sorry for the late response.
I haven't started yet... I'm planning to work on this during the weekend, but I don't know if I'll be able to do this this weekend...
Hi @newtaDev, @emersonsiega, is there any update on this issue ?