pstromberg98 / flutter_bouncy

MIT License
23 stars 3 forks source link

childParentData.index == index assertion fails on scrolling to last item and Null Safety support please #10

Closed ashishbeck closed 2 years ago

ashishbeck commented 3 years ago

I know there are already three more threads for null safety requests but can we please have a working null safe update?

I tried to make it null safe but it is still not perfect. Especially when I scroll to the last item in my list, the assertion childParentData.index == index fails and the frames drop to 5fps.

pstromberg98 commented 2 years ago

https://github.com/pstromberg98/flutter_bouncy/issues/12