Initial Country Code To Show
the default country code that will be shown to user for the phone number field
if initialCountryCodeToShow value is valid, an automatic country flag will be set automatically
- 1- Open the
config.dartfile. - 2- Search for this:
/config/config.dart
static const String initialCountryCodeToShow = "US";
- 3- Change
USwith your app name like this:
/config/config.dart
static const String appName = "FR"; // for france