updated new flutter version
This commit is contained in:
@@ -19,7 +19,7 @@ AlertDialog logoutDialog(BuildContext context) {
|
||||
.of(context)
|
||||
.are_you_sure_to_logout),
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(S
|
||||
.of(context)
|
||||
.cancel),
|
||||
@@ -27,7 +27,7 @@ AlertDialog logoutDialog(BuildContext context) {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(S
|
||||
.of(context)
|
||||
.yes_i_am_sure),
|
||||
|
||||
Reference in New Issue
Block a user