path_drawing 0.3.1 path_drawing: ^0.3.1 copied to clipboard
A flutter library to help with (Canvas) Path creation and manipulation
CHANGELOG #
0.3.1 #
- Consume updated version of parsing library
- Fix layout to conform to newer Flutter package requirements.
0.3.0 #
- Split out parsing logic into separate package that does not depend on Flutter
- Consume latest version of package, which fixes bug in smooth curve parsing
0.2.x #
- 0.2.4: Fix bug in exponent validation logic
- 0.2.3: Fix bugs in _decomposeCubic -
Offset.scale
andOffset.translate
related - 0.2.2: Fix handling of null dashOffset
- 0.2.1: Add support for dashed paths, update docs
- 0.2.0: not published
0.1.x #
- 0.1.1: Fix bug in matrix translate logic
- 0.1.0: Initial release