watermark_unique 1.0.7 copy "watermark_unique: ^1.0.7" to clipboard
watermark_unique: ^1.0.7 copied to clipboard

watermark_unique is a flutter package to add text and image watermarks on an image. You can customize the watermark's position, color, background color, and padding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add watermark_unique

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

dependencies:
  watermark_unique: ^1.0.7

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:watermark_unique/watermark_unique.dart';
15
likes
160
pub points
71%
popularity

Publisher

verified publisherunknown.engineer

watermark_unique is a flutter package to add text and image watermarks on an image. You can customize the watermark's position, color, background color, and padding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, image, plugin_platform_interface

More

Packages that depend on watermark_unique