changed (hopefully) everything to new List with TextEditingControllers

time

forgot to save sth ig
This commit is contained in:
Nico
2025-05-07 23:54:13 +02:00
parent c86d3503fb
commit c4631fdfd2
11 changed files with 336 additions and 500 deletions

View File

@@ -85,8 +85,7 @@ class KarteState extends State<Karte> {
widget.onPositionChange(updatedPosition!);
});
}
// ignore: use_build_context_synchronously
Navigator.pop(context);
if (context.mounted) Navigator.pop(context);
},
child: const Icon(Icons.save),
),