flutter_sticky_headers
flutter_sticky_headers copied to clipboard
Fix header not sticking in reverse direction
localToGlobal Is not up to date during the layout phase. This PR moves that code to the paint phase. This is not ideal, but the operations performed are not expensive so it shouldn't be a performance problem. In fact this would increase the performance as it would not need to layout for a scroll update.
fixes #67