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

A WeChat like image editor.

wx_image_editor #

仿微信图片编辑控件。

依赖库:

Usage #

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

// edit
final path = ... // picked image path
await WxImageEditor.editImage(path);