flutter_web_image_picker
flutter_web_image_picker copied to clipboard
Return bytes (Uint8List) instead of image widget
Hi,
I think it´s better to return the raw image data as Uint8List and not as image widget. Then you can process the image more easily
Plus 1 for this! Or just add a second method that returns the Uint8List if that's what is needed
with this you got the option: https://pub.dev/packages/image_picker_web
it works. Thank you.