flutter_image_editor icon indicating copy to clipboard operation
flutter_image_editor copied to clipboard

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.

Results 39 flutter_image_editor issues
Sort by recently updated
recently updated
newest added

Set the high quality image is crop slowly pls fixed in web view

handle: need example
type: unknown

**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...

platform: ios
handle: need example
type: unknown

On RotateOption degree values other Right angels shows same image multiple times on different angles ![Screenshot_1639819110](https://user-images.githubusercontent.com/96333736/146636137-01269c64-169b-4126-9d50-7ea1fd69d823.png)

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

type: feature
handle: welcome PR
platform: all