WORKS!!!!!!!!

We did it boys, we uploaded a transaction
This commit is contained in:
Felix 2019-07-16 11:28:36 +01:00
parent 7dd00349a8
commit e3ca987aa8
No known key found for this signature in database
GPG key ID: 130EF6DC43E4DD07
12 changed files with 87 additions and 274 deletions

View file

@ -5,7 +5,7 @@ class PopupListView {
Future<dynamic> dialog(context, List<String> options, String title) {
return showDialog<dynamic>(
context: context,
barrierDismissible: false,
barrierDismissible: true,
builder: (BuildContext context) {
return SimpleDialog(