/flutter_watermark_on_images

This is a flutter project that demonstrates how to add watermark texts to images.

Primary LanguageDart

Flutter watermark on images

This is a Flutter mobile application Illustrates how to add add watermark text on images.

In this project, I used an asset Image and added a watermark text ("flutter is awesome") on it. You can modify the project to use an image from gallery or camera.

Demo

Recorded demo gif

Flutter and dart versions used

  • Flutter: 2.10.4
  • Dart: 2.16.2

Packages used

How to use

  • Clone the project
  • Switch to Flutter 2.10.4
  • Run flutter pub get or fvm flutter pub get to install the dependencies
  • Run flutter run or fvm flutter run to run the app

Author

Designed and implemented by Maingi Brian.