Flutter localization gotcha with iOS Emulator
Problem
When you use the intl package to get the current locale, it will always return English or 'en', when you use the iOS simulator.
Even when you set the language and region in the iOS settings, it will always return 'en'.
// This retrieves the c...
blog.lising.ca1 min read