Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 897 Bytes

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 897 Bytes

1.2.2

1.2.1

1.2.0

  • For performance, detectShape will automatically simplify its input points to a length of 500. You can change this by setting maxPoints to a different number or null: detectShape(points, maxPoints: null).

1.1.1

  • pub.dev score optimizations

1.1.0

  • Added the convenience functions DetectedShape.generateRectangle, DetectedShape.generateCircle, and DetectedShape.generateLine to generate the perfect shape for the given points. You can see this in action in the online demo.

1.0.1

  • pub.dev score optimizations

1.0.0