Update readme with pull request #1

This commit is contained in:
Salvatore Giordano
2018-04-05 09:18:35 +02:00
committed by GitHub
parent 074dfa9fe2
commit 031a139334

View File

@@ -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'],
),