flutter_web_image_picker
flutter_web_image_picker copied to clipboard
A package designed for input images on web flutter.
Every time I try to get an image's relative path, it returns an empty string. Is there a way this issue can be fixed?
how to change the picked image data type from Image to file data type
The example on the [pub.dev](https://pub.dev/packages/flutter_web_image_picker) page shows `final _image = await FlutterWebImagePicker.pickImage();` Which results in the error "pickImage()" isn't defined. I found out to use getImage but tried with getImage()...
Example code should be corrected to say: FlutterWebImagePicker.getImage
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
Hi, Is it possible to convert displayed image into a base64 file.