flutter_web_image_picker
flutter_web_image_picker copied to clipboard
Some way for image compress before upload?
try this
Image( image: image.image, width: 100, height: 100, ),
cmiiw