File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.5
2
+ * Added ` header ` optional Widget parameter to GammaSmartPagination widget.
3
+ * Refactors
4
+ * Updated README
5
+
1
6
## 1.0.4
2
7
* Added GridView example (currently it supports only vertical scrolling GridView)
3
8
* Updated positioning and alignment of Controller Status indicators in header and footer
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ packages:
257
257
path: ".."
258
258
relative: true
259
259
source: path
260
- version: "1.0.4 "
260
+ version: "1.0.5 "
261
261
glob:
262
262
dependency: transitive
263
263
description:
Original file line number Diff line number Diff line change 1
1
name : gamma_smart_pagination
2
2
description : Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.
3
- version : 1.0.4
3
+ version : 1.0.5
4
4
repository : https://github.com/GammaTechMK/gamma_smart_pagination
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments