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

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Nov 28, 2023
1 parent 0bf86b8 commit 4f48f5f
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.1

- Updated README to mention https://pub.dev/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 setting `maxPoints` to a different number or null: `detectShape(points, maxPoints: null)`.
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.2.0
version: 1.2.1
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 4f48f5f

Please sign in to comment.