flutter_web_image_picker icon indicating copy to clipboard operation
flutter_web_image_picker copied to clipboard

Return bytes (Uint8List) instead of image widget

Open einkunz opened this issue 5 years ago • 3 comments

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

einkunz avatar Jan 17 '20 09:01 einkunz

Plus 1 for this! Or just add a second method that returns the Uint8List if that's what is needed

erparker avatar Jan 22 '20 23:01 erparker

with this you got the option: https://pub.dev/packages/image_picker_web

Ahmadre avatar Feb 07 '20 01:02 Ahmadre

it works. Thank you.

einkunz avatar Feb 12 '20 07:02 einkunz