image_picker_web icon indicating copy to clipboard operation
image_picker_web copied to clipboard

A picker with which you can pick images and videos from your Flutter web app

Results 3 image_picker_web issues
Sort by recently updated
recently updated
newest added

getting unnecessary text tagged on top /app bar area of the previous selections of images ![Screenshot 2024-04-09 222953](https://github.com/Ahmadre/image_picker_web/assets/81845691/d9ea28bc-d004-4306-9ba9-c989ea2e7ee0)

As part of a Flutter web application, I allow authenticated users to pick multiple large (~4Gb) mp4 files and upload them to Google storage. I first picked the file: ```...

bug
needs verification

![image](https://github.com/user-attachments/assets/177fb8a1-4248-467f-b15e-1ff6705b7148) How can I remove it? It pop up when i pick an image. Example code: ```dart Uint8List? imageBytes = await ImagePickerWeb.getImageAsBytes(); ```