Flutter web is there any way to compress the image?

Viewed 251

I've checked following plug-ins:

  1. flutter_image_compress - doesn't support web
  2. flutter_native_image - doesn't support web
  3. 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?

0 Answers
Related