Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Jun 10, 2024
1 parent f60949a commit 98a39c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.1

* Fix hasVisualOverflow
* Remove unused platform directories

## 1.1.0

* Move creation of CurvedAnimation to didUpdateWidget
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: sliver_expandable
description: A Sliver Flutter widget that can be used to expand or collapse another child Sliver widget
version: 1.1.0
version: 1.1.1
homepage: https://github.com/Taskulu/sliver_expandable
repository: https://github.com/Taskulu/sliver_expandable
issue_tracker: https://github.com/Taskulu/sliver_expandable/issues
screenshots:
- description: 'Expanding and collapsing SliverList in a CustomScrollView'
- description: "Expanding and collapsing SliverList in a CustomScrollView"
path: screenshots/1.webp
topics:
- sliver
- widget
- expandable

environment:
sdk: '>=2.19.6 <4.0.0'
sdk: ">=2.19.6 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand All @@ -23,4 +23,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_lints: ^4.0.0

0 comments on commit 98a39c2

Please sign in to comment.