|
Hi! First of all, thank you for this amazing package 🙌 I’m currently using currency_picker, and I’d love to migrate to your package. However, I noticed that the currency search only shows the currency name and symbol. It would be really helpful if it could also display the country flag or at least the country/ISO code, so developers can easily map it to a flag on their side. I tried extracting the first letters from the ISO code, but unfortunately that doesn’t work reliably for all currencies. Is there any recommended way to handle this? Or are there plans to support this in the future? Thanks in advance! 🚀 |
Replies: 2 comments 2 replies
|
Hey @diegoleft it's now WIP (I only need to provide updated changelog, bump pubspec.yaml, and check regressions with benchmarks) in the |
|
Hey @diegoleft, just a heads up - |
Hey @diegoleft it's now WIP (I only need to provide updated changelog, bump pubspec.yaml, and check regressions with benchmarks) in the
mainbranch (you can reference to git now to check). I will release v4.0.0 of world_countries in a few days. It will contain country flags in the currency picker by default (you will also be able to provide your custom itemBuilder, as the current API is not very DevEx-friendly). Thanks for the ⭐