Skip to content

Commit 2733884

Browse files
committed
Bumped to v1.1.0
1 parent 72b9067 commit 2733884

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.0] 2022-07-22
2+
3+
- FEAT: added optional property `controller`
4+
15
## [1.0.0] 2022-07-08
26

37
- Initial Public Release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ RealtimeDBPagination(
100100
| `shrinkWrap` | **Should the ScrollView be shrink-wrapped.** | _bool_ | `false` |
101101
| `physics` | **The scroll behavior to use for the ScrollView.** | _ScrollPhysics_ | - |
102102
| `padding` | **The padding to use for the ScrollView.** | _EdgeInsetsGeometry_ | - |
103+
| `controller` | **The controller to use for the ScrollView.** | _ScrollController_ | - |

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_pagination
22
description: A flutter package to paginate realtime database and firestore with realtime updates.
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/firebase_pagination
66

0 commit comments

Comments
 (0)