- Bump path parsing dependency to fix bugs in path parsing. Update goldens.
- Analysis cleanup.
- Remove unnecessary platform folders from example.
- Stable release.
- Make
DashOffset
comparable.
- Bump path_parsing dependency.
- Stable nullsafe release.
- Null safe migration, general modernization
- Set uses-material-design to false.
- Consume latest path_parsing version.
- Implement path trimming routine
- Update example to demonstrate dash paths and trim paths.
- Remove
new
keyword.
- Consume updated version of parsing library
- Fix layout to conform to newer Flutter package requirements.
- 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.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.1: Fix bug in matrix translate logic
- 0.1.0: Initial release