secure_watermark 0.3.0 copy "secure_watermark: ^0.3.0" to clipboard
secure_watermark: ^0.3.0 copied to clipboard

Visible & invisible watermarking for Flutter. Visible overlays deter screenshots; forensic (spread-spectrum LSB) watermarks embed traceable data in image pixels for post-leak identification.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_watermark

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  secure_watermark: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:secure_watermark/secure_watermark.dart';
2
likes
130
points
126
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

Visible & invisible watermarking for Flutter. Visible overlays deter screenshots; forensic (spread-spectrum LSB) watermarks embed traceable data in image pixels for post-leak identification.

Homepage
Repository (GitHub)
View/report issues

Topics

#security #watermark #dlp #forensic

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, flutter, image

More

Packages that depend on secure_watermark