Skip to content

Commit d2e032d

Browse files
committed
updated readme and changelog
1 parent de59190 commit d2e032d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.5
2+
* Added `header` optional Widget parameter to GammaSmartPagination widget.
3+
* Refactors
4+
* Updated README
5+
16
## 1.0.4
27
* Added GridView example (currently it supports only vertical scrolling GridView)
38
* Updated positioning and alignment of Controller Status indicators in header and footer

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ packages:
257257
path: ".."
258258
relative: true
259259
source: path
260-
version: "1.0.4"
260+
version: "1.0.5"
261261
glob:
262262
dependency: transitive
263263
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gamma_smart_pagination
22
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
44
repository: https://github.com/GammaTechMK/gamma_smart_pagination
55

66
environment:

0 commit comments

Comments
 (0)