Skip to content

Failed to fetch thumbnail of album __ALL__ #6

Description

@YhomiAce

Got this error

Failed to fetch thumbnail of album ALL

When trying to use Gallery picker to pick images

Here is the code Sample

Widget _selectImageFromGalleryButton(BuildContext context) { return FloatingActionButton( onPressed: () async { List<MediaFile>? mediaFiles = await GalleryPicker.pickMedia(context: context) ?? []; print(mediaFiles); // keep printing []; setState(() { _selectedFiles = mediaFiles; }); }, child: const Icon(Icons.image), ); }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions