fluttercandies / extended_image

A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.
https://fluttercandies.github.io/extended_image/
MIT License
1.94k stars 505 forks source link

ExtendedImageSlidePage does not work properly on Flutter Master channel version 3.21.xx #664

Closed mark8044 closed 6 months ago

mark8044 commented 8 months ago

Version

8.2.0

Platforms

dart, iOS

Device Model

All

flutter info

Flutter (Channel master, 3.21.0-11.0.pre.59 ...

How to reproduce?

ExtendedImageSlidePage correctly works with flutter 3.19.x, however it does not work properly on Flutter Master channel version 3.21.xx

The problem is that on version 3.21 each page does not align to the center of the screen and is offset to the left a little, more and more with each page/image swipe in a gallery

Logs

No response

Example code (optional)

No response

Contact

No response

mark8044 commented 6 months ago

This was a mistake in my own coding, I have since corrected the issue