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( showDialog(
context: context, context: context,
child: finishedPracticeDialog() builder: (context) => finishedPracticeDialog()
).then((val) { ).then((val) {
Navigator.pop(context); Navigator.pop(context);
}); });