image_picker_web
image_picker_web copied to clipboard
A picker with which you can pick images and videos from your Flutter web app
getting unnecessary text tagged on top /app bar area of the previous selections of images 
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: ```...
 How can I remove it? It pop up when i pick an image. Example code: ```dart Uint8List? imageBytes = await ImagePickerWeb.getImageAsBytes(); ```