yellowQ-software / yellowQ-Flutter-Image-Painter

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

How can I use "initialPaintMode" in version 0.31 #20

Closed vanvixi closed 2 years ago

vanvixi commented 2 years ago

For some reason my project uses flutter v1.22.6, so I can't use image_painter v0.4.0

lively-bigyan commented 2 years ago

I am sorry, I can't go ahead and add features to previous versions because every time I add something to the existing code, I'll have to publish the change. I would suggest you migrate the project. Or you can fork the project and modify it to work on 1.22.6.

vanvixi commented 2 years ago

I understand. Thank you.