invoiceninja / admin-portal

Invoice Ninja: Desktop/mobile admin portal built with Flutter
https://demo.invoiceninja.com
Other
1.62k stars 548 forks source link

Smooth Scrollable List in Credits View #573

Closed na-rodriguezp closed 1 year ago

na-rodriguezp commented 1 year ago

By looking at the credit list, I realized that the hole list has to be drawed again everytime a scroll is done by the user. This was noted by activating the Highlight Repaints option from the Flutter Inspector tab in the IDE. To solve this you could implement a smooth scrollable list, so there is much less component drawing. This would help improving performance in some devices and make UX better.

hillelcoren commented 1 year ago

I'm not sure if this change is solving a real problem or a theoretical one. We have't heard any reports from users that the scrolling isn't smooth enough.