Update readme with pull request #1
This commit is contained in:
committed by
GitHub
parent
074dfa9fe2
commit
031a139334
@@ -19,6 +19,7 @@ Just put the component in your application setting the onChanged callback.
|
|||||||
body: new Center(
|
body: new Center(
|
||||||
child: new CountryCodePicker(
|
child: new CountryCodePicker(
|
||||||
onChanged: print,
|
onChanged: print,
|
||||||
|
// Initial selection can be one of code ('IT') OR dial_code('+39')
|
||||||
initialSelection: 'IT',
|
initialSelection: 'IT',
|
||||||
favorite: ['IT','FR'],
|
favorite: ['IT','FR'],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user