fixed small flags on phones

This commit is contained in:
Benni Heiss
2019-03-26 11:49:58 +01:00
parent 71ca7a0b34
commit e69dc5e912
2 changed files with 24 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ class _MyAppState extends State<MyApp> {
onChanged: print,
// Initial selection and favorite can be one of code ('IT') OR dial_code('+39')
initialSelection: 'IT',
// showCountryOnly: true,
showCountryOnly: true,
favorite: ['+39', 'FR']),
)));
}