Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Jun 18, 2022
1 parent 1032544 commit cbaa849
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.0] - 18.06.2022

* Dart 2.17.0
* Flutter lints and version upgrades

## [2.1.0] - 04.02.2022

* Support Shrink Wrap
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Sticky grouped list package for Flutter.
[![Pub](https://img.shields.io/pub/v/sticky_grouped_list.svg)](https://pub.dev/packages/sticky_grouped_list)
![CI](https://github.com/Dimibe/sticky_grouped_list/workflows/CI/badge.svg)
[![pub package](https://img.shields.io/pub/v/sticky_grouped_list.svg)](https://pub.dev/packages/sticky_grouped_list)
[![package publisher](https://img.shields.io/pub/publisher/sticky_grouped_list.svg)](https://pub.dev/packages/sticky_grouped_list)
![build](https://github.com/Dimibe/sticky_grouped_list/workflows/CI/badge.svg)

A ListView with sticky headers in which list items can be grouped to sections. Based on [scrollable_positioned_list](https://pub.dev/packages/scrollable_positioned_list).

Expand All @@ -28,7 +29,7 @@ The list will be scrolled to the end in the initial state and therefore scrollin
Add the package to your pubspec.yaml:

```yaml
sticky_grouped_list: ^2.1.0
sticky_grouped_list: ^3.0.0
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0"
version: "3.0.0"
stream_channel:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
description: A new Flutter package project.
description: sticky_grouped_list example project.
version: 0.0.1
publish_to: 'none'

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sticky_grouped_list
description: A ScrollablePositionedList where the list items can be grouped into sections.
version: 2.1.0
version: 3.0.0
homepage: https://begnis.dev
repository: https://github.com/Dimibe/sticky_grouped_list

Expand Down

0 comments on commit cbaa849

Please sign in to comment.