FloodFill_Image icon indicating copy to clipboard operation
FloodFill_Image copied to clipboard

Flutter widget that can use paint bucket functionality on the provided image.

Results 10 FloodFill_Image issues
Sort by recently updated
recently updated
newest added

I get this error when I try to load a jpg or png image from assets or network on flutter web, chrome to be specific. The image loads, but I'm...

Does it work with SVG image format?

Based on this package i created a application and published in play store [ahai_coloring_the_image](https://play.google.com/store/apps/details?id=com.ahai.ahai_coloring_the_image)

Hi @garlen-javier, Foodfill Image package does not supports undo options, undo is a basic operation user can often use.

Hello, Is it possible to map each part of the image from the filled image, as I want to part of the image which clicked and fill

In Windows Color change automatically while hover over the image , before click.

it seems that this library doesn't support SVG images as input. It just supports PNG.

Hi @garlen-javier, I face another problem here, If I'm using the image of 1248(h) by 1230 (w) then it will resize the image and then draw in canvas. Image quality...

Hi, how to prevent filling when zoom is started ? can you help me ? ` InteractiveViewer( panEnabled: true, minScale: 1, maxScale: 4, child: SizedBox( width: 300, height: 300, child:...