watermark_image 0.0.3 copy "watermark_image: ^0.0.3" to clipboard
watermark_image: ^0.0.3 copied to clipboard

Watermark image package is used to achieve watermark on an image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add watermark_image

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

dependencies:
  watermark_image: ^0.0.3

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_image/watermark_image.dart';
0
likes
140
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

Watermark image package is used to achieve watermark on an image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, image, path_provider

More

Packages that depend on watermark_image