Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.04 KB

File metadata and controls

60 lines (33 loc) · 1.04 KB

NEXT

  • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.

1.1.0

  • Deprecates top-level utility functions blendPoints and reflectedPoint and some members in PathSegmentData.

1.0.3

  • Updates README.md.

1.0.2

1.0.1

1.0.0

  • Stable release.

0.2.1

  • Performance improvements to parsing.

0.2.0

  • Stable nullsafe release

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