flutter_currency_picker icon indicating copy to clipboard operation
flutter_currency_picker copied to clipboard

Use emoji flags directly instead of computing them

Open minhdanh opened this issue 3 years ago • 1 comments

I'm experiencing a noticable delay when opening the currency picker widget. I guess because it has to compute more than 200 flags when generating the listview. Can we just add the emoji data directly to the list? I think that will boost the performance of the package. What do you think?

minhdanh avatar Aug 05 '21 09:08 minhdanh

@minhdanh Yes we can, feel free to create a PR.

Daniel-Ioannou avatar Jan 16 '22 14:01 Daniel-Ioannou