From 031a13933428484c9a7a7b02707fdad433c4dc5c Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 5 Apr 2018 09:18:35 +0200 Subject: [PATCH] Update readme with pull request #1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb7e49d..cb1d33c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Just put the component in your application setting the onChanged callback. body: new Center( child: new CountryCodePicker( onChanged: print, + // Initial selection can be one of code ('IT') OR dial_code('+39') initialSelection: 'IT', favorite: ['IT','FR'], ),