From 2f0119f024b3edb51e97ff4da33338da33666104 Mon Sep 17 00:00:00 2001 From: Dilanka Yapa <104094511+dilankayapagit@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:24:49 +0530 Subject: [PATCH 1/3] upgrade --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e36ea68..670ad46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/ReinBentdal/styled_widget repository: https://github.com/ReinBentdal/styled_widget environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: @@ -15,4 +15,4 @@ dev_dependencies: flutter_test: sdk: flutter - lint: ^2.0.0 + lint: ^2.1.2 From def029d7d1b64459bf9a6334258e7d82f52f6396 Mon Sep 17 00:00:00 2001 From: Dilanka Yapa <104094511+dilankayapagit@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:27:11 +0530 Subject: [PATCH 2/3] fix --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 670ad46..2dae148 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: styled_widget description: Simplifying your widget tree structure by defining widget using methods. Taking ispiration from CSS and SwiftUI -version: 0.4.1 +version: 0.5.0 homepage: https://github.com/ReinBentdal/styled_widget repository: https://github.com/ReinBentdal/styled_widget From 70707a806ce9ea3ec385bd5efc9eb9d6c99513ee Mon Sep 17 00:00:00 2001 From: Dilanka Yapa <104094511+dilankayapagit@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:28:02 +0530 Subject: [PATCH 3/3] fix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e737507..12e54a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.0 +* Upgrade + ## 0.4.1 * Added `toWrap` * Added padding parameter to `scrollable`