Felix Weickert

Results 5 comments of Felix Weickert

To anyone who stumbled upon this like me. (Using the Prerelease: 2.0.0-null-safety-3) Found it after some trial & error - It is actually quite simpel: ``` Sheet sheetObject = excel['Sheet1'];...

The animation is handled by the dismissible widget itself so that is given by default. The tricky part is that the respective item needs to be removed from the underlying...

So I managed to implement what I need. In order to do so I needed following features: -> access to the internal state of HugeListView (forcing a reload) -> access...

Ok actually I needed to do one more thing to make this work as now the totalItemCount can change. I enabled setting the totalItemCount on via the controller, and added...

Sure thing! Will just clean up the implementation and test it a bit more 👍