Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Feb 4, 2022
1 parent 4c1e23d commit 23b12c3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0] - 04.02.2022

* Updated dependencies

## [2.0.0-nullsafety.2] - 01.08.2021

* Fixed bug
Expand All @@ -21,7 +25,6 @@

* New feature: The background color of the sticky header is now customizable (only if floatingHeaders option is not used).


## [1.0.0] - 05.09.2020

* New feature: Reverse list - easy chat dialog creation
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Dimitrios Begnis
Copyright (c) 2022 Dimitrios Begnis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.0.0-nullsafety.2
sticky_grouped_list: ^2.0.0
```
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 @@ -94,7 +94,7 @@ packages:
name: scrollable_positioned_list
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.0"
version: "0.2.3"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0-nullsafety.2"
version: "2.0.0"
stream_channel:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
name: scrollable_positioned_list
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.0"
version: "0.2.3"
sky_engine:
dependency: transitive
description: flutter
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.0.0-nullsafety.2
version: 2.0.0
homepage: https://begnis.dev
repository: https://github.com/Dimibe/sticky_grouped_list

Expand Down

0 comments on commit 23b12c3

Please sign in to comment.