yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
108 stars 119 forks source link

Update a text color and size after its creation #67

Open mattia-venturini opened 1 year ago

mattia-venturini commented 1 year ago

When trying this package, I was expecting to insert a text in this way: 1) write a text 2) position it where I want inside the image 3) adjust color and size

But this is not possible because of how the text insertion works, that is: it is created with the given color and size and cannot be edited. I think it would be a nice usability improvement if this could be possible. Maybe after the insertion of a text, the update of the color/size selected should affect the text? Or maybe it should be possible to tap on a text to edit it, like Instagram does?