- This package has now been replaced with https://pub.dev/packages/one_dollar_unistroke_recognizer
- Updated README to mention https://pub.dev/packages/one_dollar_unistroke_recognizer
- For performance,
detectShape
will automatically simplify its input points to a length of 500. You can change this by settingmaxPoints
to a different number or null:detectShape(points, maxPoints: null)
.
- pub.dev score optimizations
- Added the convenience functions
DetectedShape.generateRectangle
,DetectedShape.generateCircle
, andDetectedShape.generateLine
to generate the perfect shape for the given points. You can see this in action in the online demo.
- pub.dev score optimizations