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

A clear icon button to clear the canvas at once (Suggestion) #33

Closed Sam071100 closed 2 years ago

Sam071100 commented 2 years ago

According to me, a clear icon button should be provided to clear the canvas i.e. clear all the scribblings, stickers, or text which are placed on the canvas. As it would be very handy if people want to delete everything in one go. Presently doing undoredo or erasing by the eraser is time-consuming. I have seen this feature in the Scribble package which increases people's convenience.

Sam071100 commented 2 years ago

Found this function in painter_controller.dart named clearDrawables