Skip to content

Commit

Permalink
Prepare 2.0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Felipe C. C. Pinto <[email protected]>
  • Loading branch information
mateusfccp committed Apr 15, 2024
1 parent 9e70a8c commit 3d0ee58
Show file tree
Hide file tree
Showing 2 changed files with 7 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.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
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3d0ee58

Please sign in to comment.