is called it should allow selected both photos and videos. It works fine on iOS.
Current behavior:
On Android: If user first selects photo, then he can only choose photos, if user selects video then he can only select videos. Both cannot be selected on Android. The same code works perfectly on iOS.
Environment
Device information:
Description
Expected behavior:
When
await ImagesPicker.pick( count: 18, pickType: PickType.all, gif: false, maxTime: 7200, );
is called it should allow selected both photos and videos. It works fine on iOS.
Current behavior:
On Android: If user first selects photo, then he can only choose photos, if user selects video then he can only select videos. Both cannot be selected on Android. The same code works perfectly on iOS.
Steps to reproduce
await ImagesPicker.pick( count: 18, pickType: PickType.all, gif: false, maxTime: 7200, );
Use this to show the picker and try. Bug on Android only