path_parsing 0.2.0-nullsafety.0 copy "path_parsing: ^0.2.0-nullsafety.0" to clipboard
path_parsing: ^0.2.0-nullsafety.0 copied to clipboard

outdated

A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.

CHANGELOG #

0.2.0-nullsafety.0 #

  • Nullsafety migration.

0.1.4 #

  • Fix implementation of _PathOffset's == operator.

0.1.3 #

  • Fix a bug in decompose cubic curve - avoid trying to call toInt() on double.infinity
  • Bump test dependency.

0.1.2 #

  • Fix bug with smooth curve commands
  • Add deep testing

0.1.1 #

  • Fix link to homepage in pubspec, add example

0.1.0 #

  • Initial release, based on the 0.2.4 release of path_drawing
38
likes
0
pub points
96%
popularity

Publisher

verified publisherdnfield.dev

A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, vector_math

More

Packages that depend on path_parsing