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

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Oct 28, 2023
1 parent 87def2b commit 0762a1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: interactive_shape_recognition
description: Dart port of inkandswitch/interactive-shape-recognition, an implementation of "A Simple Approach to Recognise Geometric Shapes Interactively".
version: 1.1.1
version: 1.2.0
homepage: https://adil192.github.io/interactive_shape_recognition
repository: https://github.com/adil192/interactive_shape_recognition
issue_tracker: https://github.com/adil192/interactive_shape_recognition/issues
Expand Down

0 comments on commit 0762a1b

Please sign in to comment.