scribble
scribble copied to clipboard
Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
Is it possible to draw a straight line between two mouse pointer events? For example between onPointerDown and onPointerUp. I would like to be able to draw arrows or straight...
Hello, I am using this library for a handwriting app. I am facing a problem that the Scribble Listener is detecting less and less points. In the first minutes it...
The package support well in Flutter web except the functionality of converting the board into an image.
i use a pen on the iPad for testing, but it's not good, sometimes, Scribble doesn't show the line. Please recheck it.
Thanks for the ace library! When using an Apple Pencil on iOS with [Scribble input](https://support.apple.com/en-gb/guide/ipad/ipad355ab2a7/ipados) enabled, there's a delay of maybe 1 second before the library begins to recognise the...
Hello, thanks for the great library, the web version works very well on Desktop browser but unfortunately it has a lot of issues on mobile browser (I've tested it on...
Using 3D bezier curves instead of lines would allow for: - Simplification of lines (less space complexity) - Smoothing lines and pressure - "Perfect" collision detection for eraser - ......
hi how change background color ? default background is transparent !
Hi @timcreatedit, I am using you package and thanks for creating this package, this has been very usefull for me and saved my time. I want to provide one suggestion...