Skip to content

weichengwu/wx_image_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wx_image_editor

仿微信图片编辑控件。

依赖库:

Usage

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

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