clragon

Results 176 comments of clragon

Would be nice if swiping on the web was supported. Regardless, you could add the arrows yourself; Put your gallery inside a stack, put 2 positioned widgets with your arrows...

I'm still having this issue right now, tested on android, version `^0.10.3` Double tapping an image will zoom in, however, double tapping again will do nothing in 90% of all...

beautiful, that should to it. thank you.

oh no, that doesnt work either, @renancaraujo . because PageController.page is a double, and rounding it will not work either because the next page will be loaded while the double...

🤔 I am a bit confused now. How would animateToPage help me get the current index inside the loadingbuilder? I am not setting the page manually anywhere.

I think it would still be nice to have the loading builder inside the options.

thats expected behaviour. A PageView builds its children dynamically and throws them away once they leave the screen. It is neither the responsibility of the PageView nor of this Package...

you can use [`precacheImage`](https://api.flutter.dev/flutter/widgets/precacheImage.html), which is what I use in my app.