ios_image_editor 0.0.3
ios_image_editor: ^0.0.3 copied to clipboard
A Flutter plugin that opens the native iOS markup editor for editing images.
iOS Image Editor #
A Flutter plugin that opens the native iOS Markup editor and returns the edited image path.
Features #
- ✏️ Native iOS Markup editor
- 🔤 Text & drawing tools
- 📐 Shapes support
- 🖼 Edit image from Flutter
Screenshots #
| Editor | Drawing |
|---|---|
| [Editor] | [Editor] |
| [Editor] | [Editor] |
Usage #
final editedPath = await IOSImageEditor.editImage(file.path);