diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7ea92..2355740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 9fc2d69..47154f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: