Skip to content
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

the number of videos displayed is not equal to the number of thumbnails #88

Open
4 tasks done
yueyinghua opened this issue Aug 2, 2022 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working

Comments

@yueyinghua
Copy link

Environment

Technology Version
Flutter version 3.0.5
Plugin version 1.2.11
Android version 31
iOS version
Xcode version

Device information:
Pixel 4
Android Version:11

Description

When the size of a video is greater than 256M, the number of videos displayed is not equal to the number of thumbnails

Expected behavior:
The number of videos displayed is equal to the number of thumbnails

Current behavior:
When the size of a video is greater than 256M, the number of videos displayed is not equal to the number of thumbnails

image
image

Steps to reproduce

  1. final result = await ImagesPicker.pick(
    count: 1, pickType: PickType.video);
  2. Occurs when the imagePicker page is opened using the above code

Images

image
image

@yueyinghua yueyinghua added the bug Something isn't working label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant