Skip to content

Commit

Permalink
version: bump version to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Jun 4, 2023
1 parent 6bef353 commit d8418f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.13.2
- `ObserverWidget`
- Fix getting bad observation result on web. Thanks to @rmasarovic for the test in [#31](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/31)

## 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).
- 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.

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.1
version: 1.13.2
homepage: https://github.com/LinXunFeng/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit d8418f7

Please sign in to comment.