secure_watermark 0.1.0
secure_watermark: ^0.1.0 copied to clipboard
Visible watermark overlay for Flutter. Renders user ID, email, or timestamp over protected content to deter screenshots and trace leaks.
0.1.0 #
- feat: initial release
- feat:
Watermarkwidget withStack+IgnorePointer+RepaintBoundaryoverlay - feat:
WatermarkStyleimmutable config with opacity, rotation, spacing, staggered mode - feat:
WatermarkPainterusingParagraphBuilderfor efficient text tiling - feat: diagonal tiling with staggered rows (brick pattern) for crop resistance
- feat:
enabledflag to toggle watermark without removing from widget tree - test: widget, painter, and style unit tests