joj3000

Results 4 comments of joj3000

This guy made a video on this particular package. Maybe it'll solve your issues : https://www.youtube.com/watch?v=8ME8Czqc-Oc (At the end of the video he talks about the full screen native splash)

Great, thank you very much !

I didn't try to fix it yet, but if i do fix it, i'll post my solution here

Thanks. I used your code snippet to make this one that works for me. ``` bool _swipeRight = false; bool _swipeLeft = false; final swipeSensitivity = 40; ... Listener( onPointerMove:...