Small-World

Results 6 comments of Small-World

excuse me! Will this branch be merged?@ryanheise

这个方法: fun getViewByPosition(position: Int, @IdRes viewId: Int): View? { val recyclerView = recyclerViewOrNull ?: return null val viewHolder = recyclerView.findViewHolderForLayoutPosition(position) as BaseViewHolder? ?: return null return viewHolder.getViewOrNull(viewId) }

I didn't test Android devices,my device is iPhone X(IOS 15.6)

when i use video_player sample code I got the same result Demo https://user-images.githubusercontent.com/30917668/210797578-b91b8625-62be-4ca4-ade4-c1b28f454f3c.mp4 flutter doctor -v (stable and master) ``` [✓] Flutter (Channel stable, 3.3.7, on macOS 13.0.1 22A400 darwin-arm,...