image_watermark_editor 0.0.1 copy "image_watermark_editor: ^0.0.1" to clipboard
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,
);
0
likes
140
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on image_watermark_editor