rect_getter icon indicating copy to clipboard operation
rect_getter copied to clipboard

Can we use this package for too many listitems?

Open aytunch opened this issue 6 years ago • 0 comments

I have a ListView.builder() with 10000+ items. And I want to use var globalKey = RectGetter.createGlobalKey(); for each item. Do you think this would be a performance/memory issue to use this package like this?

I want to be able to know the Rect of the item the user presses.

aytunch avatar Sep 15 '19 17:09 aytunch