File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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_ | - |
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 : 1.0 .0
3+ version : 1.1 .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