flutter_app_watermark 1.2.0
flutter_app_watermark: ^1.2.0 copied to clipboard
Watermark your entire Flutter app in one line, or scope it to a single widget. Text or image, with configurable angle, opacity and spacing. Pure Dart, no dependencies.
1.2.0 #
- Docs: recipe for watermarking only certain pages — one global scope toggled from a
NavigatorObserver
1.1.0 #
- Image watermarks —
Watermark.image/WatermarkScope.image/WatermarkController.updateImagetake anyImageProvider onImageErrorhands image loading failures to the host; without it they go toFlutterError
1.0.1 #
- doc : update description
1.0.0 #
First stable release.
WatermarkScope— wraps outsideMaterialApp, so no route, dialog or bottom sheet can cover the watermarkWatermark— scope a watermark to a single widget without changing its layoutWatermarkController— change text, style or visibility at runtime; only the watermark layer repaintsWatermarkStyle— text, angle, opacity, color, font, row/column spacing, staggered rows, per-user offset- Never intercepts touches, never produces semantics nodes
- Pure Dart, zero third-party dependencies, every Flutter platform