We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.2.1
Android, iOS
All Device Model
All flutter version
No response
The text was updated successfully, but these errors were encountered:
回弹到原始尺寸? 好像没有这个功能呢?
Sorry, something went wrong.
这是一个缩放BUG,在缩放到最小值后停顿,恢复到原始尺寸的动画没有触发。
gesture.dart > handleScaleEnd if (extendedImageSlidePageState != null && extendedImageSlidePageState!.isSliding) { extendedImageSlidePageState!.endSlide(details); final double? initialScale = _gestureConfig?.initialScale ?? 1.0; if (_gestureDetails!.totalScale!.greaterThan(initialScale!) || _gestureDetails!.totalScale!.equalTo(initialScale) ) { return; } }
No branches or pull requests
Version
8.2.1
Platforms
Android, iOS
Device Model
All Device Model
flutter info
How to reproduce?
2024-07-03.19.57.06.mp4
Logs
No response
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: