flutter_image_editor icon indicating copy to clipboard operation
flutter_image_editor copied to clipboard

An image editor with crop, scribble, mosaic, add-text, flip, rotated functions.

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

添加上这个库以后,就无法运行了。12月20日之前还可以,目前用的flutter 3.23

我使用的环境: Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [版本 10.0.19044.3086], locale zh-CN) [√] Windows Version (Installed version of Windows...

图片编辑的库找了不少,要么做不到开箱即用,要么功能或实现太简单达不到要求。这个库做的还是很不错的,完成度很高,也比较符合我项目的需求。 当然,目前也有些小问题要解决。 1、ios编译错误依然存在。up主只改了一半,这行代码没改。 #if __has_include() 2、用截屏实现的保存图片方法失真比较严重,而且因为生成的图片大小改变了,导致同一张图片多次编辑,原始图片内容会越来越小。 我用RepaintBoundary包裹住RotatedBox区域输出图片的方式重新实现了,可以解决上面的问题。 3、垃圾桶区域并没有居中,而且生效的区域比较奇怪,我微调了一下。 代码已fork,有兴趣的兄弟可以去我那看看。 感谢up主的贡献。

i have facing the issue while image is in Landscape it automatic taskes some extra white space on the Up side and at Down side also. may i know how...