flutter_image_editor
flutter_image_editor copied to clipboard
ScaleOption is not working on Android.
I'm using ScaleOption to stretch an image, and it works fine on IOS Emulator. But when testing the exact same code on Android emulator, the image doesn't stretch, keeping the original dimensions.
How to fix this?