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.
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.