Search code examples
imagevideoflutterdartwatermark

How to add an image or text (Watermark) on a video/image - Flutter/Dart


I'm building a Flutter application which needs to add waermark on videos and images. Is there any way to achieve this with firebase (or any other service)? I could do this on client-side but also there i can't find any flutter/Dart package related to video/image processing.

Kindly guide me how to do it.

Thanks


Solution

  • For videos:

    For images:

    As for other services, I don't know, but Firebase does not offer this service.

    Otherwise, client/app-side, there’s currently not much else for videos, but there's more available for images, you can search https://pub.dev/flutter/packages?q=image+editor. However, for more options, you’ll have to seek out native Android/iOS libraries and custom integrate them through the platform channels.