Skip to content

微信/钉钉等保存的图片,在选择图片界面找不到 #723

@18346665316

Description

@18346665316

微信/钉钉等保存的图片,如果不设置ignoreSize,则在选择图片界面不会展示

How to reproduce

Steps to reproduce the behavior:

AssetPicker.pickAssets(Get.context!, pickerConfig: AssetPickerConfig( requestType: RequestType.image, maxAssets: _count ?? 1, specialPickerType: SpecialPickerType.noPreview, filterOptions: FilterOptionGroup( imageOption: const FilterOption( sizeConstraint: SizeConstraint(ignoreSize: true), ), ), limitedPermissionOverlayPredicate: (PermissionState state) { return false; }, ))

Screenshots (If contains)

Image

Version information

  • Device: motorola edge s30
  • OS: android 12
  • Package Version: 9.4.1
  • Flutter Version: 3.24.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    i: out of supportThe issue is out of basic support and not a feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions