natrium_wallet_flutter icon indicating copy to clipboard operation
natrium_wallet_flutter copied to clipboard

Use ListView.builder for rendering transactions lists

Open DanielOsorio01 opened this issue 1 year ago • 2 comments

Hello. Regarding the following code: https://github.com/appditto/natrium_wallet_flutter/blob/1e046ea64a23d54ec30138361d68ed5993a1efd5/lib/ui/home_page.dart#L547C3-L644C6

For better perfomance, it is recommended to use ListView.builder

DanielOsorio01 avatar Nov 26 '23 04:11 DanielOsorio01