-
-
Notifications
You must be signed in to change notification settings - Fork 505
Closed as not planned
Labels
i: out of supportThe issue is out of basic support and not a feature request.The issue is out of basic support and not a feature request.
Description
微信/钉钉等保存的图片,如果不设置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)
Version information
- Device: motorola edge s30
- OS: android 12
- Package Version: 9.4.1
- Flutter Version: 3.24.5
Metadata
Metadata
Assignees
Labels
i: out of supportThe issue is out of basic support and not a feature request.The issue is out of basic support and not a feature request.