Skip to content

Brian1011/flutter_watermark_on_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.