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

img.png img_1.png img_2.png img_3.png

Usage

final editedPath = await IOSImageEditor.editImage(file.path);

Libraries

ios_image_editor