File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.1
2+
3+ - fix: docs not loading after the first sroll
4+
15## 3.0.0
26
37- CHORE: Updated to latest version of firebase packages
Original file line number Diff line number Diff 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 : ^3.0.0
28+ firebase_pagination : ^3.0.1
2929` ` `
3030
3131#### Import the package
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ packages:
143143 path: ".."
144144 relative: true
145145 source: path
146- version: "3.0.0 "
146+ version: "3.0.1 "
147147 flutter:
148148 dependency: "direct main"
149149 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 realtime updates.
3- version : 3.0.0
3+ version : 3.0.1
44homepage : https://outdatedguy.rocks
55repository : https://github.com/OutdatedGuy/firebase_pagination
66
You can’t perform that action at this time.
0 commit comments