Skip to content

Commit 40b3f38

Browse files
authored
v1.1.3 (#9)
1 parent 88632f7 commit 40b3f38

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.3
2+
3+
- FIX: `endBefore` value for firebase database not valid
4+
15
## 1.1.2
26

37
- FIX: `startAt` value for firebase database not valid

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A simple and effective way to **Paginate** Firebase related data.
2525
#### Add to Dependencies
2626

2727
```yaml
28-
firebase_pagination: ^1.1.2
28+
firebase_pagination: ^1.1.3
2929
```
3030
3131
#### Import the package

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.1.2
3+
version: 1.1.3
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/firebase_pagination
66

0 commit comments

Comments
 (0)