pod_player icon indicating copy to clipboard operation
pod_player copied to clipboard

The screen is flashing during the initial load.

Open emersonsiega opened this issue 3 years ago • 6 comments

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:
Screen Recording 2022-07-28 at 09 57 31 PM

Example from my app:
Screen Recording 2022-07-28 at 10 01 25 PM

emersonsiega avatar Jul 29 '22 01:07 emersonsiega

@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 avatar Jul 29 '22 04:07 newtaDev

@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

emersonsiega avatar Jul 29 '22 12:07 emersonsiega

@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

newtaDev avatar Jul 30 '22 14:07 newtaDev

@emersonsiega
Hey 👋 Did you start working on this issue..?

newtaDev avatar Aug 05 '22 06:08 newtaDev

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...

emersonsiega avatar Aug 06 '22 14:08 emersonsiega

Hi @newtaDev, @emersonsiega, is there any update on this issue ?

PrinceGupta1999 avatar Nov 29 '22 09:11 PrinceGupta1999