interactive_shape_recognition 1.2.2
interactive_shape_recognition: ^1.2.2 copied to clipboard
Dart port of inkandswitch/interactive-shape-recognition, an implementation of "A Simple Approach to Recognise Geometric Shapes Interactively".
1.2.2 #
- This package has now been replaced with https://pub.flutter-io.cn/packages/one_dollar_unistroke_recognizer
1.2.1 #
- Updated README to mention https://pub.flutter-io.cn/packages/one_dollar_unistroke_recognizer
1.2.0 #
- 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)
.
1.1.1 #
- pub.flutter-io.cn score optimizations
1.1.0 #
- 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.
1.0.1 #
- pub.flutter-io.cn score optimizations