Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed May 28, 2022
1 parent bfa9517 commit f62511b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.1.1] - 28.05.2022

* Support older sdk versions

## [5.1.0] - 28.05.2022

* Make package backwards compatible to Flutter < 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A flutter `ListView` in which list items can be grouped to sections.
Add the package to your pubspec.yaml:

```yaml
grouped_list: ^5.1.0
grouped_list: ^5.1.1
```
In your dart file, import the library:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.1.0"
version: "5.1.1"
intl:
dependency: "direct main"
description:
Expand Down Expand Up @@ -171,5 +171,5 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.17.0-206.0.dev <3.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 2.0.0

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: grouped_list
description: A Flutter ListView where the list items can be grouped into sections.
version: 5.1.0
version: 5.1.1
homepage: https://begnis.dev
repository: https://github.com/Dimibe/grouped_list


environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
Expand Down

0 comments on commit f62511b

Please sign in to comment.