Nicolas DeMari

Results 2 issues of Nicolas DeMari

I get this error when i start scrolling down the list... This is build inside a TabView. Here is my build method. ``` StreamBuilder buildByDateFb(String documentRef, GlobalKey scaffoldState) { return...

The issue is that the wrong number of items get built. The headers scroll up at the wrong time. And then i get an out of range exception. I changed...