yellowQ-software / yellowQ-Flutter-Image-Painter

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

[FEATURE] Listener for changing drawing #58

Closed ousvat closed 11 months ago

ousvat commented 11 months ago

This is the implementation for #57.

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

There are also other changes from #55 PR.

So please first merge #55.

lively-bigyan commented 11 months ago

@ousvat Could you please add some description to the PR. Like what was the problem you are trying to solve through the PR. It would be easier to understand and review the PR that way. It also directly influences what goes into the Changelog section.

ousvat commented 11 months ago

@ousvat Could you please add some description to the PR. Like what was the problem you are trying to solve through the PR. It would be easier to understand and review the PR that way. It also directly influences what goes into the Changelog section.

I updated the PR description

ousvat commented 11 months ago

Since #55 is merged I will close this one and open a new PR with the callback implementation changes only