0

Which Flutter image manipulation library to use that offers the ability to add a border to the actual image before saving it?

(Not just printing the border around it on screen)

I couldn't find any on the internet! Please, include any example in your answer.

Ali Ali
  • 1,756
  • 2
  • 15
  • 34
  • This question might goes under *Seeking recommendations for books, tools, software libraries, and more* you can try customPaint , not sure about the result – Md. Yeasin Sheikh Aug 25 '22 at 13:37
  • @YeasinSheikh I need any trick or code sample to add a border to the actual image. I found that Paint and similar methods are useful to print something to the screen but not to modify the image. – Ali Ali Aug 25 '22 at 13:52
  • [How would one save a Canvas/CustomPainter to an image file?](https://stackoverflow.com/q/50320479/10157127) this may help – Md. Yeasin Sheikh Aug 25 '22 at 13:54

1 Answers1

0

You can use image editor package from pub.dev i think you will find the solution.

sahilatahar
  • 568
  • 2
  • 13