File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 4.0.0
2+
3+ ### BREAKING CHANGES
4+
5+ - ` itemBuilder ` will now send the entire document snapshot array instead of a single document snapshot
6+
7+ ### Features
8+
9+ - feat: added ` PageView ` support in pagination display types
10+ - feat: supports ` cloud_firestore: ^5.0.0 ` and ` firebase_database: ^11.0.0 ` versions
11+
12+ ### Chore
13+
14+ - chore: updated example to latest version
15+
116## 3.1.0
217
318- feat: update package and example template to latest
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ A simple and effective way to **Paginate** Firebase related data.
2828#### Add to Dependencies
2929
3030``` yaml
31- firebase_pagination : ^3.1 .0
31+ firebase_pagination : ^4.0 .0
3232` ` `
3333
3434#### Import the package
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ packages:
135135 path: ".."
136136 relative: true
137137 source: path
138- version: "3.1 .0"
138+ version: "4.0 .0"
139139 flutter:
140140 dependency: "direct main"
141141 description: flutter
Original file line number Diff line number Diff line change 11name : firebase_pagination
22description : " A flutter package to paginate realtime database and firestore with live updates."
3- version : 3.1 .0
3+ version : 4.0 .0
44homepage : https://outdatedguy.rocks
55repository : https://github.com/OutdatedGuy/firebase_pagination
66
You can’t perform that action at this time.
0 commit comments