flutter_app_watermark 1.2.0 copy "flutter_app_watermark: ^1.2.0" to clipboard
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.updateImage take any ImageProvider
  • onImageError hands image loading failures to the host; without it they go to FlutterError

1.0.1 #

  • doc : update description

1.0.0 #

First stable release.

  • WatermarkScope — wraps outside MaterialApp, so no route, dialog or bottom sheet can cover the watermark
  • Watermark — scope a watermark to a single widget without changing its layout
  • WatermarkController — change text, style or visibility at runtime; only the watermark layer repaints
  • WatermarkStyle — 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
1
likes
160
points
214
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#watermark #screenshot #security #dlp #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_app_watermark