WORKS!!!!!!!!
We did it boys, we uploaded a transaction
This commit is contained in:
parent
7dd00349a8
commit
e3ca987aa8
12 changed files with 87 additions and 274 deletions
|
@ -23,8 +23,8 @@ void showDialogTwoButtons(
|
|||
new FlatButton(
|
||||
child: new Text(buttonLabel2),
|
||||
onPressed: () {
|
||||
action(context);
|
||||
Navigator.of(context).pop();
|
||||
action(context);
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
Reference in a new issue