From 6bd2a8732e8779a619ea713304944e10303150a1 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Sun, 14 Jan 2024 16:18:21 +0000 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dfd1e..b4471fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index e0e0542..06c0a19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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