flutter_rating_bar icon indicating copy to clipboard operation
flutter_rating_bar copied to clipboard

[Performace] Important GPU hit

Open bounty1342 opened this issue 3 years ago • 3 comments

Hi,

Really like this lib, but people should be careful when using it in list. I spent a lot of time trying to figure out what was impacting my performance, and never thought of this package. image

Did you have other feedback like this ? Could you look into it ?

Regards

bounty1342 avatar Apr 10 '21 20:04 bounty1342

Yeah I just noticed that too. I think the Cliper class is cpu intensive since it rebuilds the tree on canvas at a certain rate per second to maintain its look. If you have more than one of this widget, that's additional instance rebuilding that widget at fps.

eyoeldefare avatar Apr 29 '21 16:04 eyoeldefare

please, what is the workaround of this, or how where you able to rectify your performance issue @bounty1342 @eyoeldefare

grey122 avatar Aug 02 '21 20:08 grey122

I have the same problem. I have a listview of rated items and it's unusably bad for performance. However, despite just having been featured by google, this lib appears to have been abandoned by the developer.

lorriman avatar Aug 19 '22 17:08 lorriman