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

Not picture or video dialog shown - Android Bug #101

Open
4 tasks done
ArjunBhilare opened this issue Apr 22, 2023 · 0 comments
Open
4 tasks done

Not picture or video dialog shown - Android Bug #101

ArjunBhilare opened this issue Apr 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ArjunBhilare
Copy link

Environment

Technology Version
Flutter version 3.7.7
Plugin version images_picker: ^1.2.11
Android version 12
iOS version 15
Xcode version 14.3

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

@ArjunBhilare ArjunBhilare added the bug Something isn't working label Apr 22, 2023
@ArjunBhilare ArjunBhilare changed the title Not picture or video shown - Android Bug Not picture or video dialog shown - Android Bug Apr 22, 2023
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