path_drawing 0.2.2 path_drawing: ^0.2.2 copied to clipboard
A flutter library to help with (Canvas) Path creation and manipulation
path_drawing #
A Flutter library to assist with creating and manipulating paths.
Currently supports parsing a Path
from an SVG path data string
(including normalizing the path commands to be amenable to Flutter's exposed
Path methods).
Planned for future release(s):
- Dash paths
- Trim paths