Skip to content

Commit

Permalink
version: bump version to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Jun 3, 2023
1 parent 134fa98 commit e6fa3cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.13.1
- `ObserverCore`
- Fix no getting all child widgets those are displayed when there are separators in `ListView`. [#31](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/31).
- `ObserverUtils`
- Safely call `findRenderObject` method.

## 1.13.0
- `ObserverUtils`
- The `calcAnchorTabIndex` method supports GridView.
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: scrollview_observer
description: A widget for observing data related to the child widgets being displayed in a scrollview.
version: 1.13.0
version: 1.13.1
homepage: https://github.com/LinXunFeng/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit e6fa3cc

Please sign in to comment.