Skip to content

Commit 3e901d4

Browse files
authored
v2.0.0 (#19)
1 parent 5e58b0c commit 3e901d4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0
2+
3+
- **BREAKING CHANGE:** added required field `orderBy` for realtime live listener.
4+
5+
- FIX: realtime db pagination shows data without live listener
6+
- FIX: more data not loaded when view not scrollable
7+
- FIX: firestore newly added data not shown for non server-timestamp queries
8+
- FIX: realtime db typecasting for android
9+
- DOCS: added example code for both paginations
10+
111
## 1.1.3
212

313
- FIX: `endBefore` 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.3
28+
firebase_pagination: ^2.0.0
2929
```
3030
3131
#### Import the package

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "1.1.3"
122+
version: "2.0.0"
123123
flutter:
124124
dependency: "direct main"
125125
description: flutter

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

0 commit comments

Comments
 (0)