Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jan 14, 2024
1 parent 262e523 commit 6bd2a87
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 @@
## 2.3.0

- Added `toJson()` and `fromJson()` methods to `StrokeOptions`.

## 2.2.0

- Breaking change: The properties of `StrokeOptions` are now non-nullable. This means that e.g. `StrokeOptions.smoothing` now defaults to `StrokeOptions.defaultSmoothing` instead of `null`. Note that you can change the defaults.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: perfect_freehand
version: 2.2.0
version: 2.3.0
description: Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points.
homepage: https://github.com/steveruizok/perfect-freehand-dart
repository: https://github.com/steveruizok/perfect-freehand-dart
Expand Down

0 comments on commit 6bd2a87

Please sign in to comment.