Skip to content

Not picture or video dialog shown - Android Bug #101

@ArjunBhilare

Description

@ArjunBhilare

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions