wx_image_editor 0.0.6 copy "wx_image_editor: ^0.0.6" to clipboard
wx_image_editor: ^0.0.6 copied to clipboard

PlatformAndroidiOS
outdated

仿微信的图片编辑器 Flutter 插件,iOS 端依赖 longitachi/ZLImageEditor,Android 端依赖 minetsh/Imaging。

wx_image_editor #

仿微信图片编辑控件。

依赖库:

Usage #

// setup
WxImageEditor.setup(
  iosEditImageTools: [...],
  iosImageAdjustTools: [...],
);

// edit
final path = ... // picked image path
await WxImageEditor.editImage(path);
6
likes
150
points
2
downloads

Publisher

verified publishernqbi.cc

Weekly Downloads

仿微信的图片编辑器 Flutter 插件,iOS 端依赖 longitachi/ZLImageEditor,Android 端依赖 minetsh/Imaging。

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wx_image_editor

Packages that implement wx_image_editor