Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwdata committed Aug 3, 2023
1 parent 3319a9c commit df10b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1

- Add support for separator builder. You can now use `SliverImplicitlyAnimatedList.separated` or `ImplicitlyAnimatedReorderableList.separated`.

## 0.5.0

- Minim supported Flutter version is 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: animated_list_plus
description: A Flutter ListView that implicitly animates between the changes of
two lists with the support to reorder its items.
version: 0.5.0
version: 0.5.1
homepage: https://github.com/wwwdata/implicitly_animated_reorderable_list

environment:
Expand Down

0 comments on commit df10b64

Please sign in to comment.