fluttercandies / flutter_drawing_board

A new Flutter package of drawing board
MIT License
178 stars 62 forks source link

[Feature request] Erase PaintContent on tap #49

Closed dinomel closed 1 month ago

dinomel commented 1 month ago

Platforms

Android, iOS

Description

I need a way to delete (erase) previously added content by tapping on it on the canvas. The undo button erases the last added content, but i need to erase any content at any time.

Why

The eraser can only "paint" the color of the background so it seems like the user is erasing parts of a PaintContent. If a user wants to erase the whole PaintContent it would be very hard to do so with this kind of eraser.

xSILENCEx commented 1 month ago

Fixed in 0.8.1