yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 117 forks source link

create objects programmatically #24

Closed Goddard closed 1 year ago

Goddard commented 2 years ago

How would you recommend programmatically adding our own things to the image?

For example I want to have a special square with text inside of it drawn on specific x,y coordinates.

lively-bigyan commented 2 years ago

Right now that isn't something that is possible through the package. It is a simple implementation of allowing users to write and draw over images. But we are heading there next. We will definitely be working on it but it won't be anytime soon unless someone steps up to contribute. Thank you.