pstromberg98 / flutter_bouncy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ashishbeck opened this issue · comments

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.