timcreatedit / scribble

Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
https://pub.dev/packages/scribble
MIT License
115 stars 39 forks source link

feat: Hold stylus button to erase? #70

Closed FeelsBotMan closed 3 months ago

FeelsBotMan commented 3 months ago

Is it possible to hold the stylus button to erase?

timcreatedit commented 3 months ago

You can implement that yourself. Just listen to whichever stylus event you want and do the appropriate setEraser() and setColor() calls on ScribbleNotifier.