scribble
scribble copied to clipboard
Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
Getting GlobalKey Error `Multiple widgets used the same GlobalKey.` ``` ════════ Exception caught by widgets library ═══════════════════════════════════ Multiple widgets used the same GlobalKey. ════════════════════════════════════════════════════════════════════════════════ ``` `The following assertion was thrown...
How to identify if the lines touch each other? if 2 lines touch eachother can we change color as different colour or identify and have a popup is that possible....
**Description** Exporting vector SVG file **Requirements** - [ ] Checklist of requirements to be fulfilled **Additional Context** Since it can store JSON, seems viable to store SVG line info
Bumps [melos](https://github.com/invertase/melos/tree/main/packages) from 5.3.0 to 6.0.0. Changelog Sourced from melos's changelog. melos - v6.0.0 FIX: Only enforce lockfile when it exists (#704). (be94adac) FEAT: option to provide dependencies related filters...
Hi, its a great package but I have some issues with the Undo Redo feature when loading from json: - Redo deletes the whole painting (can redo is also true...
How can I force to fix the width regardless of pressure? I set the scale factor to 1.0, but the width of path still changes based on pressure...
Hi, thats a cool package, I will integrate it into my app! Description: - I have a route where you can paint things and when you navigate back I save...
### Problem: When attempting to draw extremely short lines using the Scribble package, the output is limited to a single point rather than a continuous line. The line only appears...
Is it possible to "play" the scribble from JSON? Like as if it is being drawn from scratch? Thanks