dxvid-pts / miniplayer

A lightweight flutter package to simplify the creation of a miniplayer.
https://pub.dev/packages/miniplayer
MIT License
106 stars 79 forks source link

The player jumping when slide #28

Open xOldeVx opened 1 year ago

xOldeVx commented 1 year ago

When i'm slide the mini-player then you can see the widget is jumping and this is very bad experience. I'm using webview to run the video. can you fix this jumping?

Thanks a lot!

https://user-images.githubusercontent.com/24361103/235361082-f478553a-07bd-4cd2-9b73-02a90c52c542.mp4

dxvid-pts commented 1 year ago

If you replace the video with a colored container or any other simple widget, does the jumping occur as well?

xOldeVx commented 1 year ago

No, with container/image it's really smooth.. After hours of checking i see it's webview component problem, sad