I've checked following plug-ins:
- flutter_image_compress - doesn't support web
- flutter_native_image - doesn't support web
- image_picker - supports web It has imagequality param to compress image. But this doesn't work for web. I've tested myself and there is an open issue for the same: https://github.com/flutter/flutter/issues/78170
Does anyone know how to support image compression for flutter web?