images_picker
images_picker copied to clipboard
the number of videos displayed is not equal to the number of thumbnails
- [x] I have read the Get Started - Installation section
- [x] I have read and done the Get Started - Setup Android section
- [x] I have read and done the Get Started - Setup iOS section
- [x] I have already searched for the same problem
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
Steps to reproduce
- final result = await ImagesPicker.pick( count: 1, pickType: PickType.video);
- Occurs when the imagePicker page is opened using the above code
Images