-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
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
ExtendedImage 加载长图, 将fit属性设置为BoxFit.fitWidth, 图片不能上下滑动查看 #668
Comments
请教一下, 加载长图的问题, 可以怎么解决 |
模式改成 手势模式,别在外边加 scrollview |
@zmtzawqlp RPReplay_Final1711937733.MP4 |
提供一个最小的能重现问题的demo,不要在外面加 SingleChildScrollView |
@zmtzawqlp 如果在外面加上SingleChildScrollView, 长图可以滑动,但是会出现上面视频中, 不能上滑到最底部的问题 |
@zmtzawqlp |
空了看下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platforms
dart
Description
My code
ExtendedImage.file(
File(model.localPath),
enableSlideOutPage: widget.useAnimation,
fit: BoxFit.fitWidth);
Try do it
No response
The text was updated successfully, but these errors were encountered: