I have already tried to get current country code via this. Give me best solution for same.
I want to show country flag on the Splash page, So I need to know about user country and This is required for me.
Please help me guys
It's enough
WidgetsBinding.instance.window.locale.countryCode
You can use system locales.
final List<Locale> systemLocales = WidgetsBinding.instance.window.locales;
String isoCountryCode = systemLocales.first.countryCode;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With