yellowQ-software / yellowQ-Flutter-Image-Painter

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

[FEATURE] Listener for drawing changing #59

Open ousvat opened 11 months ago

ousvat commented 11 months ago

This is the implementation for https://github.com/yellowQ-software/yellowQ-Flutter-Image-Painter/issues/57.

I added a new callback, which is called each time the _paintHistory changes (add a new element, delete an element, clear the list).

velotzy commented 9 months ago

can some one merge this feature? i need it too