update version

This commit is contained in:
Salvatore Giordano
2020-03-08 23:57:03 +01:00
parent b57328bb56
commit 9af6647f1a
4 changed files with 18 additions and 6 deletions

View File

@@ -42,6 +42,8 @@ class _MyAppState extends State<MyApp> {
// Initial selection and favorite can be one of code ('IT') OR dial_code('+39')
initialSelection: 'IT',
favorite: ['+39', 'FR'],
showFlag: false,
showFlagDialog: true,
//Get the country information relevant to the initial selection
onInit: (code) => print("${code.name} ${code.dialCode}"),
),