image_watermark_editor 0.0.1
image_watermark_editor: ^0.0.1 copied to clipboard
A Flutter package to add watermarks (text, image, date) to images.
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,
);