flutter-package / images_picker

Flutter plugin for selecting images/videos from the Android and iOS gallery, and taking pictures/videos with the camera
MIT License
65 stars 87 forks source link

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

Open yueyinghua opened 2 years ago

yueyinghua commented 2 years ago

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