Update README.md

This commit is contained in:
Salvatore Giordano
2018-04-02 18:08:11 +02:00
committed by GitHub
parent b952054422
commit 405f71caa3

View File

@@ -20,7 +20,7 @@ Just put the component in your application setting the onChanged callback.
child: new CountryCodePicker(
onChanged: print,
initialSelection: 'IT',
favorites: ['IT','FR'],
favorite: ['IT','FR'],
),
));