- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Deprecates top-level utility functions
blendPoints
andreflectedPoint
and some members inPathSegmentData
.
- Updates README.md.
- Transfers the package source from https://github.com/dnfield/dart_path_parsing to https://github.com/flutter/packages.
- Fix bug in arc decomposition.
- Minor code cleanup for analysis warnings.
- Stable release.
- Performance improvements to parsing.
- Stable nullsafe release
- Nullsafety migration.
- Fix implementation of
_PathOffset
's==
operator.
- Fix a bug in decompose cubic curve - avoid trying to call
toInt()
ondouble.infinity
- Bump test dependency.
- Fix bug with smooth curve commands
- Add deep testing
- Fix link to homepage in pubspec, add example
- Initial release, based on the 0.2.4 release of path_drawing