watermark_kit 0.0.2 copy "watermark_kit: ^0.0.2" to clipboard
watermark_kit: ^0.0.2 copied to clipboard

PlatformiOS

iOS image watermarking plugin for Flutter. Composes a watermark image over a base image in memory and returns encoded PNG/JPEG bytes (Core Image + Metal, no FFmpeg).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add watermark_kit

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

dependencies:
  watermark_kit: ^0.0.2

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_kit/watermark_kit.dart';
2
likes
140
points
185
downloads

Publisher

unverified uploader

Weekly Downloads

iOS image watermarking plugin for Flutter. Composes a watermark image over a base image in memory and returns encoded PNG/JPEG bytes (Core Image + Metal, no FFmpeg).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on watermark_kit

Packages that implement watermark_kit