Skip to content

ExtendedImage 加载长图, 将fit属性设置为BoxFit.fitWidth, 图片不能上下滑动查看 #668

Open
@PWZ-Marvin

Description

@PWZ-Marvin

Platforms

dart

Description

  1. ExtendedImage 加载长图, 不能上下滑动
  2. 为了使长图可以上下滑动, 我在外层加了一个SingleChildScrollView, 这样可以使图片上下滑动.但是在放大图片的时候, 不能滑动到最底部.

My code

ExtendedImage.file(
File(model.localPath),
enableSlideOutPage: widget.useAnimation,
fit: BoxFit.fitWidth);

Try do it

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions