Open einkunz opened 4 years ago
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.
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