Skip to content

Commit

Permalink
## [1.0.1]
Browse files Browse the repository at this point in the history
* Correct shouldRebuild.
  • Loading branch information
zmtzawqlp committed Aug 14, 2020
1 parent a2182b8 commit eb87344
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1]

* Correct shouldRebuild.

## [1.0.0]

* Change Flutter SDK version to 1.20.0 and provide 1.12.13 branch.
Expand Down
4 changes: 3 additions & 1 deletion lib/src/widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ class _ExtendedSliverAppbarDelegate
oldDelegate.actions != actions ||
oldDelegate.background != background ||
oldDelegate.statusbarHeight != statusbarHeight ||
oldDelegate.toolBarColor != toolBarColor);
oldDelegate.toolBarColor != toolBarColor ||
oldDelegate.toolbarHeight != toolbarHeight ||
oldDelegate.onBuild != onBuild);
}
}

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: extended_sliver
description: A powerful extension library of Sliver, which include SliverPinnedPersistentHeader, SliverPinnedToBoxAdapter and ExtendedSliverAppbar.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/fluttercandies/extended_sliver

environment:
Expand Down

0 comments on commit eb87344

Please sign in to comment.