fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
408 stars 125 forks source link

- Fixes scaling on android and added aspect ratio #70

Closed ruerob closed 2 years ago

ruerob commented 3 years ago

Hello there!

I needed the option to keep the aspect ratio of the original image while scaling. I added this functionality to Android and iOS, I also tested it on my devices and hope it helps you as it helps me. Also, this fixes issue 65 (https://github.com/fluttercandies/flutter_image_editor/issues/65) which prevents the pictures from being scaled to bigger sizes on Android.

Best wishes, ruerob

guihackmann commented 3 years ago

Hi @ruerob,

To which package did you add this functionality? flutter_image_editor hasn't been updated since 2019.

ruerob commented 3 years ago

Hi @guihackmann!

When I look into the commits at https://github.com/fluttercandies/flutter_image_editor/commits/master, the last update was on May 6, 2021. My change isn't approved by now, so it is not merged into the master branch.

One of the maintainers has to take a look into my changes and has to approve them in order to add the functionality into the master branch of this project.

AlexV525 commented 2 years ago

@ruerob Hi, are you still on this track?

ruerob commented 2 years ago

Sorry for the long wait. I'm currently no longer on the flutter track. I haven't even installed Android Studio on my device.

AlexV525 commented 2 years ago

Sorry for the long wait. I'm currently no longer on the flutter track. I haven't even installed Android Studio on my device.

Thanks for let us know.