image_watermark 0.1.0 image_watermark: ^0.1.0 copied to clipboard
Flutter package to add text or image watermark on image,you can customize the position of watermark and color.
Changelog #
0.1.0 #
- Upgrade image package.
- Update methods.
- Add test.
- Deprecated
ImageWatermark.addTextWatermarkCentered
, useImageWatermark.addTextWatermark
withdstX
&dstY
in null (default null). - Add
_getColor
for change Material Color to Image Color (packageImage
). - Add class
ImageFont
for change the font. - Upgrae the example (only android).
- Update example gradle files (android).
- Update Readme files.
0.0.5 #
Change in the way of doing things