CHANGELOG

0.5.1

  • Bump path_parsing dependency.

0.5.0

  • Stable nullsafe release.

0.5.0-nullsafety.0

  • Null safe migration, general modernization

0.4.1+1

  • Set uses-material-design to false.

0.4.1

  • Consume latest path_parsing version.

0.4.0

  • Implement path trimming routine
  • Update example to demonstrate dash paths and trim paths.
  • Remove new keyword.

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 and Offset.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