From 28daaabaf8cb0c2842f71b31b2fe9a0421b0f2e9 Mon Sep 17 00:00:00 2001 From: herovickers Date: Thu, 14 Mar 2019 23:20:39 +0100 Subject: [PATCH] Add option to show country name only in dialog --- example/lib/main.dart | 1 - 1 file changed, 1 deletion(-) 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']),