Skip to content

Commit

Permalink
changelog bug fix and deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed May 16, 2024
1 parent a42be97 commit da9ce8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 0.5.2

- Fix bug about calling `setState` when `build`.

## 0.5.1

- **Deprecated**: still contains bugs.
- Fix bug: get size when build conflict.

## 0.5.0

- **Deprecated**: still contains bugs.
- Widget size change listener.
- Wrap padding (edge insets).
- Text wrapper on string with parameters.
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: wrap
description: Chain style programming syntax sugar utilities for flutter widgets.
version: 0.5.1
version: 0.5.2
repository: https://github.com/aprosail/wrap
environment: {sdk: ">=3.3.4 <4.0.0", flutter: ">=3.19.6"}
topics:
Expand Down

0 comments on commit da9ce8b

Please sign in to comment.