flutter_image_editor
flutter_image_editor copied to clipboard
Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Set the high quality image is crop slowly pls fixed in web view
**My flutter & dart version** Flutter 3.0.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision cd41fdd495 (7 days ago) • 2022-06-08 09:52:13 -0700 Engine • revision f15f824b57 Tools • Dart...
This happends only for our Android users and is triggered here in Flutter: `channel.dart in NativeChannel.memoryToMemory at line 39 within image_editor` Here is the full message: ``` PlatformException(java.lang.IllegalArgumentException: x +...
This error appears here: channel.dart in NativeChannel.memoryToMemory at line 44 within image_editor I could no reproduce the issue, but it's been happening for some of our users, all on iOS...
On RotateOption degree values other Right angels shows same image multiple times on different angles 
Why my text add only to left top corner? i try change offset: Offset(1, 1),but it do not working . ```dart textOption.addText( EditorText( text: '$lat $lng', fontSizePx: size, textColor: const...
thank you for this lib... it's amazing . how you make it better but how we can text rotate on image ?
Hey 👋 awesome project, would it be possible for you to add **optional rotation** to the `MixImageOption` for `ImageEditor.editImage()`? I have a use-case where the user first places and rotates...
Why not have gaussian blur