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

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 Dart:

 $ dart pub add watermark_kit

With Flutter:

 $ flutter pub add watermark_kit

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

dependencies:
  watermark_kit: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on watermark_kit

Packages that implement watermark_kit