diff --git a/CHANGELOG.md b/CHANGELOG.md index 06edc71..5716d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.0 +- Expose `elevation` and `borderWidth` properties. +- **Refactor**: add very good analysis. +- Requires `dart >= 3.0.0` and `Flutter >= 3.10.0`. + ## 2.2.0 - Allows developers to dynamically select days using the setDaysState method after construction of the SelectWeekDays widget diff --git a/example/pubspec.lock b/example/pubspec.lock index c119a88..51db931 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -55,7 +55,7 @@ packages: path: ".." relative: true source: path - version: "2.2.0" + version: "2.3.0" fake_async: dependency: transitive description: @@ -200,5 +200,5 @@ packages: source: hosted version: "14.2.5" sdks: - dart: ">=3.4.0 <4.0.0" + dart: ">=3.3.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/pubspec.yaml b/pubspec.yaml index 6d5c9f2..247cc2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: day_picker description: A Flutter widget library which helps us to select days in a week. -version: 2.2.0 +version: 2.3.0 homepage: https://github.com/shan-shaji/day_picker environment: - sdk: '>=3.4.0 <4.0.0' - flutter: ">=1.17.0" + sdk: '>=3.0.0 <4.0.0' + flutter: ">=3.10.0" dependencies: flutter: