We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95351fd commit 328fb5cCopy full SHA for 328fb5c
2 files changed
packages/leancode_cubit_utils/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.3.1
2
+
3
+* Rename `headerBuilder` and `footerBuilder` to `headerSliverBuilder` and `footerSliverBuilder` in `PaginatedCubitLayout`
4
+* Rebuild `headerSliverBuilder` and `footerSliverBuilder` on `PaginatedCubit` state change
5
6
## 0.3.0
7
8
* Export `RequestCubitConfig` from `leancode_cubit_utils.dart`
packages/leancode_cubit_utils/pubspec.yaml
@@ -1,6 +1,6 @@
name: leancode_cubit_utils
description: A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.
-version: 0.3.0
+version: 0.3.1
repository: https://github.com/leancodepl/leancode_cubit_utils
environment:
0 commit comments