omarhurani / flutter_painter

A Flutter widget to draw scribbles and text on a background image or color 🎨
MIT License
139 stars 107 forks source link

How implement flood fill on FreeStyle mode #73

Open buithehien1991 opened 11 months ago

buithehien1991 commented 11 months ago

Hi everyone,

I'm working on coloring book app, I want implement fill function using flood fill https://github.com/garlen-javier/FloodFill_Image

So how I can integrate with this library? If you know please help me.

Thank you so much!

echogit commented 4 months ago

I was looking for that as well, did you find it?