image_watermark_editor

A Flutter package to add text, date, or image watermarks to images.

Features

  • Text/image/date watermarks
  • 9 position presets or custom x/y
  • Custom opacity
  • Ready to export (coming soon)

Usage

WatermarkEditor(
  imageFile: image,
  watermarkText: 'Confidential',
  opacity: 0.4,
  position: WatermarkPosition.center,
);