From 3d0ee58fa2b809ce1fa260801e007fa65e552def Mon Sep 17 00:00:00 2001 From: "Mateus Felipe C. C. Pinto" Date: Mon, 15 Apr 2024 10:25:52 -0300 Subject: [PATCH] Prepare 2.0.2 release Signed-off-by: Mateus Felipe C. C. Pinto --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c62383c..9f6d49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 + +* Fix exception when trying to read debug properties in Flutter Inspector (#1) + ## 2.0.1 * `PrototypeConstrainedBox` unnamed constructor now has default values for `constrain*` parameters diff --git a/pubspec.yaml b/pubspec.yaml index 1656a70..adf60bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,10 @@ name: prototype_constrained_box description: A ConstrainedBox-like widget, but the constraints are given by another widget. -version: 2.0.1 +version: 2.0.2 repository: https://github.com/mateusfccp/prototype_constrained_box issue_tracker: https://github.com/mateusfccp/prototype_constrained_box/issues +funding: + - https://github.com/sponsors/mateusfccp environment: sdk: ">=3.0.0 <4.0.0"