fixed some breaking changes switching flutter version

This commit is contained in:
BroodjeAap 2021-06-12 14:30:52 +02:00
parent 0526755d2f
commit 06ac7e5cef

View file

@ -183,7 +183,7 @@ class PracticePageState extends State<PracticePage> {
showDialog(
context: context,
child: finishedPracticeDialog()
builder: (context) => finishedPracticeDialog()
).then((val) {
Navigator.pop(context);
});