diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c85220..ed9e5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/src/widget.dart b/lib/src/widget.dart index cfc8279..4ec631b 100644 --- a/lib/src/widget.dart +++ b/lib/src/widget.dart @@ -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); } } diff --git a/pubspec.yaml b/pubspec.yaml index 11206c3..8d603c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: