diff --git a/example/lib/main.dart b/example/lib/main.dart index ae3aed8..37aaabe 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -24,7 +24,6 @@ class _MyAppState extends State { body: new Center( child: new CountryCodePicker( onChanged: print, - showCountryOnly: true, // Initial selection and favorite can be one of code ('IT') OR dial_code('+39') initialSelection: 'IT', favorite: ['+39', 'FR']),